Skip to content

Fix doubled dots in path_and_rename and add a test for it

Jonathan Weth requested to merge fix/path-and-rename-doubled-dots into master

As os.path.splitext returns the file extension including a dot, adding an extra one is superfluous.

Merge request reports