FIX: RabbitVCS script crash

This commit is contained in:
Alexander Koblov 2018-08-04 10:04:33 +00:00
commit 8ac082cf33

View file

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