mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-09-08 07:20:54 +02:00
Added Tox testing for Python 3.11. Fixed flake8 & pylint errors.
This commit is contained in:
@@ -182,7 +182,7 @@ def output_algorithm(out: OutputBuffer, alg_db: Dict[str, Dict[str, List[List[Op
|
||||
if out.verbose:
|
||||
f(prefix + alg_name + comment)
|
||||
elif text != '':
|
||||
comment = (padding + ' `- [' + level + '] ' + text)
|
||||
comment = padding + ' `- [' + level + '] ' + text
|
||||
f(' ' * len(prefix + alg_name) + comment)
|
||||
|
||||
return program_retval
|
||||
|
Reference in New Issue
Block a user