mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47965 from Ch3LL/gitpy_mac_3.1
Add PR 47924 from 2018.3 branch
This commit is contained in:
commit
dbc798ac68
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ try:
|
|||
import git
|
||||
import gitdb
|
||||
GITPYTHON_VERSION = _LooseVersion(git.__version__)
|
||||
except ImportError:
|
||||
except Exception:
|
||||
GITPYTHON_VERSION = None
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue