Skip to content

Commit

Permalink
Kurayami did some shenanigans (no input given).
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayamiblackheart committed Jun 2, 2024
1 parent b4403be commit d657b06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion (Source)/INSTALL_OR_UPDATE_SPRITES.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def masscopy(src_dir, dst_dir):
result = subprocess.run(['robocopy', src_dir, dst_dir, '/E', '/IS'])

# Check the return code
if result.returncode > 1:
if result.returncode > 3:
raise subprocess.CalledProcessError(result.returncode, result.args)

# def copy_file(src_file, dst_dir_path):
Expand Down
Binary file modified INSTALL_OR_UPDATE_SPRITES.exe
Binary file not shown.

0 comments on commit d657b06

Please sign in to comment.