mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
flake8 to ignore some errors and small style improvements
This commit is contained in:
@@ -774,7 +774,8 @@ def get_description(arch, rhs_comment=None):
|
||||
commented_description = ""
|
||||
for line in descriptions[arch].split("\n"):
|
||||
commented_description += ("{:<" + str(max_length) + "} # {}\n").format(
|
||||
line, rhs_comment)
|
||||
line, rhs_comment
|
||||
)
|
||||
description = commented_description
|
||||
|
||||
return description
|
||||
|
||||
Reference in New Issue
Block a user