pep8 styling

This commit is contained in:
skyanth
2017-08-25 09:59:26 +02:00
parent 6b1d11ad5d
commit 47085f8bb6
3 changed files with 49 additions and 32 deletions

View File

@@ -124,7 +124,7 @@ def locate_id(findings, args):
Show finding corresponding to an identifier
"""
try:
print("{0:2d} {1}".format(args.id, findings[args.id-1]))
print("{0:2d} {1}".format(args.id, findings[args.id - 1]))
except IndexError:
logging.error('Finding %s could not be located', args.id)