modernize python2 to python3 applied

This commit is contained in:
Quim
2020-03-03 08:48:00 +01:00
parent 4974be02b4
commit 97de805e0c
10 changed files with 1546 additions and 1497 deletions

View File

@ -93,7 +93,7 @@ def main():
scanname=args.scanname)
exit_code += vw.whisper_vulnerabilities()
except Exception as e:
logger.error("VulnWhisperer was unable to perform the processing on '{}'".format(args.source))
logger.error("VulnWhisperer was unable to perform the processing on '{}'".format(section))
else:
logger.info('Running vulnwhisperer for section {}'.format(args.section))
vw = vulnWhisperer(config=args.config,