bugfix
This commit is contained in:
@@ -222,7 +222,7 @@ def copy_files(cwd, new_name, files):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
target = os.path.abspath(new_name)
|
target = os.path.abspath(new_name)
|
||||||
for f in opts.files:
|
for f in files:
|
||||||
print(f"Copying: {f}")
|
print(f"Copying: {f}")
|
||||||
source = os.path.join(cwd, f)
|
source = os.path.join(cwd, f)
|
||||||
if source.endswith("/"):
|
if source.endswith("/"):
|
||||||
|
|||||||
Reference in New Issue
Block a user