This commit is contained in:
q
2024-12-02 20:03:27 +02:00
parent a39b947e43
commit 97c1fc9b85

View File

@@ -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("/"):