Missing exc

This commit is contained in:
Mike Place 2014-08-22 14:36:38 -06:00
parent 11a75f5ea9
commit 82cf61af85

View File

@ -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', ]