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