Fix doubled dots in path_and_rename and add a test for it
Compare changes
Files
2
aleksis/core/tests/util/test_core_helpers.py
0 → 100644
+ 19
− 0
As os.path.splitext
returns the file extension including a dot, adding an extra one is superfluous.