Skip to content

Commit d1a00e0

Browse files
committed
Update decrypt_project_info.py
1 parent 9313b65 commit d1a00e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/decrypt_project_info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@
3838
json.dump({'project_id': project_id}, json_file)
3939
else:
4040
print("PROJECT_ID key not found in the plist file.")
41-
except FileNotFoundError:
42-
print("File not found")
4341
except Exception:
4442
print("An error occurred.")

0 commit comments

Comments
 (0)