From f68b01b3a33865926238677f3e70cd3b29ef51af Mon Sep 17 00:00:00 2001 From: Dylan Cashman Date: Wed, 25 Oct 2023 14:27:57 +1100 Subject: [PATCH] Undo previous commit messing with boto script --- scripts/sync_with_s3_boto.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/sync_with_s3_boto.py b/scripts/sync_with_s3_boto.py index 497928717..d50b8d970 100755 --- a/scripts/sync_with_s3_boto.py +++ b/scripts/sync_with_s3_boto.py @@ -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)