8000 Merge pull request #47965 from Ch3LL/gitpy_mac_3.1 · saltstack/salt@dbc798a · GitHub
[go: up one dir, main page]

Skip to content

Commit dbc798a

Browse files
author
Nicole Thomas
authored
Merge pull request #47965 from Ch3LL/gitpy_mac_3.1
Add PR 47924 from 2018.3 branch
2 parents 864d640 + bf608ab commit dbc798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/utils/gitfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
import git
9494
import gitdb
9595
GITPYTHON_VERSION = _LooseVersion(git.__version__)
96-
except ImportError:
96+
except Exception:
9797
GITPYTHON_VERSION = None
9898

9999
try:

0 commit comments

Comments
 (0)
0