Fix improper exception raise

NOTE: this particular line seems to have been removed in develop, so
it'll need to also be removed when merged forward if there is a
conflict.
This commit is contained in:
Erik Johnson 2019-01-08 10:51:57 -06:00
parent 8827193bcc
commit 2a25530cc4
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -1313,7 +1313,7 @@ def deploy_windows(host,
)
if ret_code != 0:
raise Exception("Fail installer %d", ret_code)
raise Exception('Fail installer {0}'.format(ret_code))
# Copy over minion_conf
if minion_conf: