Skip to content

Commit d4e7da5

Browse files
committed
-
1 parent e83ded0 commit d4e7da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_py2/python_toolbox/misc_tools/misc_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def add_extension_if_plain(path, extension):
240240
assert extension.startswith('.')
241241
return pathlib.Path(str(path) + extension)
242242

243-
return path
243+
return path
244244

245245

246246
def general_sum(things, start=None):

0 commit comments

Comments
 (0)