mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Missing exc
This commit is contained in:
parent
11a75f5ea9
commit
82cf61af85
@ -47,7 +47,7 @@ def _find_chocolatey():
|
||||
'''
|
||||
try:
|
||||
return __context__['chocolatey._path']
|
||||
except KeyError:
|
||||
except KeyError as err:
|
||||
choc_defaults = ['C:\\Chocolatey\\bin\\chocolatey.bat',
|
||||
'C:\\ProgramData\\Chocolatey\\bin\\chocolatey.exe', ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user