Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MiemieMethod committed Jul 15, 2024
1 parent d6d0381 commit 5079df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def elegantRename(hash_path, voice_path, ext="wem", log_area="External"):
os.remove(new_file_name)
global completed_files
if os.path.exists(old_file_name):
shutil.copy(old_file_name, new_file_name)
shutil.copy2(old_file_name, new_file_name)
if old_file_name not in completed_files:
completed_files.append(old_file_name)
else:
Expand Down

0 comments on commit 5079df8

Please sign in to comment.