Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jul 17, 2019
1 parent ee4f5ff commit c8b9a82
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -56,7 +56,8 @@ def __init__(self, parent=None):
try:
self.name = check_output(['qubesdb-read', '/name']).decode().strip()
except:
print(str(sys.exc_info()[0]))
error_msg = "__init__ unexpected error: " + str(sys.exc_info()[0])
print(error_msg)
self.name = 'name'

self.status_path = '/var/run/sdwdate/status'
Expand Down

0 comments on commit c8b9a82

Please sign in to comment.