Browse Source

FIX: RabbitVCS script crash

Alexander Koblov 7 years ago
parent
commit
8ac082cf33
1 changed files with 3 additions and 0 deletions
  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)