We don't need this extra '.' in making the filename
This commit is contained in:
parent
d91b5a7c2d
commit
f2b96ff0a4
@ -126,7 +126,7 @@ class WorkbenchManager(object):
|
|||||||
else:
|
else:
|
||||||
orig_filename, orig_ext = os.path.splitext(filepath[-1])
|
orig_filename, orig_ext = os.path.splitext(filepath[-1])
|
||||||
if keep_extension_if_copying and orig_ext:
|
if keep_extension_if_copying and orig_ext:
|
||||||
dest_filename = filename_if_copying + '.' + orig_ext
|
dest_filename = filename_if_copying + orig_ext
|
||||||
else:
|
else:
|
||||||
dest_filename = filename_if_copying
|
dest_filename = filename_if_copying
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user