mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: RabbitVCS script crash
This commit is contained in:
parent
0a756bb17e
commit
8ac082cf33
1 changed files with 3 additions and 0 deletions
|
|
@ -99,5 +99,8 @@ def GetContextMenu(paths):
|
|||
|
||||
if __name__ == "__main__":
|
||||
|
||||
try:
|
||||
status_checker = StatusCheckerStub()
|
||||
except:
|
||||
exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue