@@ -99,5 +99,8 @@ def GetContextMenu(paths):
if __name__ == "__main__":
+try:
status_checker = StatusCheckerStub()
+except:
+ exit(1)