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)