Remove breakpoint
This commit is contained in:
parent
84467a8f12
commit
286ca505bd
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ def decrypt(filename, password):
|
|||
'''
|
||||
|
||||
if password is None:
|
||||
import epdb; epdb.st()
|
||||
raise errors.AnsibleError("A vault password must be specified to decrypt %s" % filename)
|
||||
|
||||
V = Vault(filename=filename, vault_password=password)
|
||||
|
|
Loading…
Reference in a new issue