There was an error while loading. Please reload this page.
1 parent 53966d4 commit 295fcbfCopy full SHA for 295fcbf
scripts/decrypt_project_info.py
@@ -41,6 +41,6 @@
41
except FileNotFoundError:
42
print(f"File not found: {plist_file_path}")
43
except plistlib.InvalidFileException as e:
44
- print(f"Invalid plist file: {e}")
+ print("Invalid plist file.")
45
except Exception as e:
46
- print(f"An error occurred: {e}")
+ print("An error occurred.")
0 commit comments