mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
module 06
This commit is contained in:
@@ -9,6 +9,8 @@ def read_ancient_text() -> None:
|
||||
print("\nData recovery complete. Storage unit disconnected.")
|
||||
except FileNotFoundError:
|
||||
print("ERROR: Storage vault not found.")
|
||||
except Exception as err:
|
||||
print(err)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user