mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 18:39:54 -02:30
Fix misc. linter errors due to the flake8-3.8.1 release
- [Ref] https://flake8.pycqa.org/en/latest/release-notes/
This commit is contained in:
committed by
Christian Adams
parent
bd23c41d25
commit
85426f76a5
@@ -34,7 +34,7 @@ class Command(BaseCommand):
|
||||
if clear:
|
||||
for i in range(12):
|
||||
sys.stdout.write('\x1b[1A\x1b[2K')
|
||||
for l in lines:
|
||||
print(l)
|
||||
for line in lines:
|
||||
print(line)
|
||||
clear = True
|
||||
time.sleep(.25)
|
||||
|
||||
Reference in New Issue
Block a user