Merge pull request #47 from radicallyopensecurity/pep8-styling

Pep8 styling
This commit is contained in:
John Sinteur
2018-08-27 09:20:40 +02:00
committed by GitHub
3 changed files with 67 additions and 34 deletions
+1 -1
View File
@@ -123,7 +123,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)