Skip to content

Commit 295fcbf

Browse files
committed
Update decrypt_project_info.py
1 parent 53966d4 commit 295fcbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/decrypt_project_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
except FileNotFoundError:
4242
print(f"File not found: {plist_file_path}")
4343
except plistlib.InvalidFileException as e:
44-
print(f"Invalid plist file: {e}")
44+
print("Invalid plist file.")
4545
except Exception as e:
46-
print(f"An error occurred: {e}")
46+
print("An error occurred.")

0 commit comments

Comments
 (0)