mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
pyflakes: Unused import / unused var
This commit is contained in:
parent
d86dad76ba
commit
6275e57718
2 changed files with 1 additions and 2 deletions
|
@ -113,7 +113,7 @@ class ParamikoConnection(object):
|
|||
# print "waiting on %s" % result_file
|
||||
time.sleep(1)
|
||||
try:
|
||||
stat = sftp.stat(result_file)
|
||||
sftp.stat(result_file)
|
||||
break
|
||||
except IOError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue