mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-29 07:49:57 +00:00
AUTH-3185 fixed indention error
This commit is contained in:
@@ -202,7 +202,7 @@ def main():
|
|||||||
copy_path = os.path.join(artifact_path, args.name)
|
copy_path = os.path.join(artifact_path, args.name)
|
||||||
try:
|
try:
|
||||||
shutil.copy(args.path, copy_path)
|
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.
|
pass # the macOS release copy fails with being the same file (already in the artifacts directory). Catching to ignore.
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Reference in New Issue
Block a user