There was an error while loading. Please reload this page.
1 parent 9313b65 commit d1a00e0Copy full SHA for d1a00e0
scripts/decrypt_project_info.py
@@ -38,7 +38,5 @@
38
json.dump({'project_id': project_id}, json_file)
39
else:
40
print("PROJECT_ID key not found in the plist file.")
41
-except FileNotFoundError:
42
- print("File not found")
43
except Exception:
44
print("An error occurred.")
0 commit comments