mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-01 06:41:26 -07:00
Merge pull request #94 from skvidal/master
minor typo of AnsibleException/AnsibleError
This commit is contained in:
commit
86590ea614
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class ParamikoConnection(object):
|
|||
try:
|
||||
sftp.put(in_path, out_path)
|
||||
except IOError:
|
||||
raise errors.AnsibleException("failed to transfer file to %s" % out_path)
|
||||
raise errors.AnsibleError("failed to transfer file to %s" % out_path)
|
||||
sftp.close()
|
||||
|
||||
def close(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue