Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
6275e577
Commit
6275e577
authored
Mar 30, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pyflakes: Unused import / unused var
parent
d86dad76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
bin/ansible
+0
-1
lib/ansible/connection.py
+1
-1
No files found.
bin/ansible
View file @
6275e577
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
import
sys
import
sys
import
getpass
import
getpass
import
shlex
import
time
import
time
from
optparse
import
OptionParser
from
optparse
import
OptionParser
...
...
lib/ansible/connection.py
View file @
6275e577
...
@@ -113,7 +113,7 @@ class ParamikoConnection(object):
...
@@ -113,7 +113,7 @@ class ParamikoConnection(object):
# print "waiting on %s" % result_file
# print "waiting on %s" % result_file
time
.
sleep
(
1
)
time
.
sleep
(
1
)
try
:
try
:
s
tat
=
s
ftp
.
stat
(
result_file
)
sftp
.
stat
(
result_file
)
break
break
except
IOError
:
except
IOError
:
pass
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment