Refinements

This commit is contained in:
Ircama 2023-08-06 11:09:47 +02:00
parent a9d007bb46
commit 09c67ac7c7

View file

@ -1488,5 +1488,7 @@ if __name__ == "__main__":
print("No information returned. Check printer definition.")
except TimeoutError as e:
print(f"Timeout error: {str(e)}")
except ValueError as e:
raise(f"Generic error: {str(e)}")
except KeyboardInterrupt:
quit(2)