Skip to content

Commit

Permalink
[Update] 添加debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jun 21, 2019
1 parent dd4ef4c commit 2e6ba2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/reupload_guacamole_replays.py
Expand Up @@ -51,6 +51,7 @@ def upload_to_local(session):
target_path = os.path.join(target_dir, target_filename)
if not os.path.isdir(target_dir):
os.makedirs(target_dir)
print("Move {} => {}".format(source_path, target_path))
shutil.copy(source_path, target_path)
shutil.copystat(source_path, target_path)
os.unlink(source_path)
Expand Down

0 comments on commit 2e6ba2f

Please sign in to comment.