mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 07:11:39 -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:
|
try:
|
||||||
sftp.put(in_path, out_path)
|
sftp.put(in_path, out_path)
|
||||||
except IOError:
|
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()
|
sftp.close()
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue