Add better CLI error handling

This commit is contained in:
Mykola Grymalyuk
2022-05-18 20:11:14 -06:00
parent c8a70764b8
commit 23119dedc9
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -107,6 +107,7 @@ class Constants:
self.ignore_updates = False # Ignore OCLP updates
self.wxpython_variant = False # Determine if using wxPython variant
self.unpack_thread = None # Determine if unpack thread finished
self.cli_mode = False # Determine if running in CLI mode
## Hardware
self.computer: device_probe.Computer = None # type: ignore