mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
fix failing flake8
This commit is contained in:
parent
ee00c628af
commit
62c5784833
@ -39,7 +39,7 @@ class Command(BaseCommand):
|
||||
while True:
|
||||
try:
|
||||
pongs = app.control.ping(['celery@{}'.format(socket.gethostname())])
|
||||
except:
|
||||
except Exception:
|
||||
pongs = []
|
||||
if len(pongs):
|
||||
sys.stderr.write(str(pongs) + '\n')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user