From 8e0be7cff187382e8fe247f24f1a83c5ea638bab Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 21 Oct 2020 12:14:39 -0500 Subject: [PATCH] AUTH-3185 fixed indention error --- github_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_release.py b/github_release.py index e2116a77..c4b0c382 100755 --- a/github_release.py +++ b/github_release.py @@ -202,7 +202,7 @@ def main(): copy_path = os.path.join(artifact_path, args.name) try: shutil.copy(args.path, copy_path) - except shutil.SameFileError: + except shutil.SameFileError: pass # the macOS release copy fails with being the same file (already in the artifacts directory). Catching to ignore. except Exception as e: