Explorar o código

FIX: RabbitVCS script crash

Alexander Koblov %!s(int64=7) %!d(string=hai) anos
pai
achega
8ac082cf33
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      scripts/rabbit-vcs.py

+ 3 - 0
scripts/rabbit-vcs.py

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