Skip to content

Commit

Permalink
Undo previous commit messing with boto script
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancashman committed Oct 25, 2023
1 parent 0daef6d commit f68b01b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sync_with_s3_boto.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ def check_if_git_is_clean():
branch_sha = run_cmd_get_lines('git', 'rev-parse', 'HEAD')[0].strip()
else:
try:
# check_if_git_is_clean()
True
check_if_git_is_clean()
except Exception as e:
print("Error:", str(e))
exit(1)
Expand Down

0 comments on commit f68b01b

Please sign in to comment.