This commit is contained in:
Carlos Polop
2025-01-02 22:26:08 +01:00
parent bad627b7db
commit b340bf8ada
2 changed files with 2 additions and 1 deletions

View File

@@ -382,7 +382,7 @@ if __name__ == "__main__":
else:
print("You need to indicate either a directory or a list of files to translate.")
exit(1)
exit(0)
# Copy summary
copy_files(source_folder, dest_folder)