Commit 286ca505 by James Tanner

Remove breakpoint

parent 84467a8f
...@@ -70,7 +70,6 @@ def decrypt(filename, password): ...@@ -70,7 +70,6 @@ def decrypt(filename, password):
''' '''
if password is None: if password is None:
import epdb; epdb.st()
raise errors.AnsibleError("A vault password must be specified to decrypt %s" % filename) raise errors.AnsibleError("A vault password must be specified to decrypt %s" % filename)
V = Vault(filename=filename, vault_password=password) V = Vault(filename=filename, vault_password=password)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment