Skip to content

Commit 2e820a3

Browse files
committed
Merge branch 'hotfix/2.28.5'
2 parents 12243e2 + a69f3d2 commit 2e820a3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

backslash/contrib/slash_plugin.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
import logbook
1414
import requests
1515

16-
import git
16+
try:
17+
import git
18+
except Exception as e: # pylint: disable=broad-except
19+
pass
20+
1721
import slash
1822
from sentinels import NOTHING
1923
from slash import config as slash_config

0 commit comments

Comments
 (0)