Skip to content

Commit c266c94

Browse files
committed
fix pylint alerts
1 parent 166e5be commit c266c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ods_ci/utils/scripts/fetch_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def generate_rf_argument_file(tests, output_filepath):
8080
"""
8181
content = ""
8282
for testname in tests:
83-
content += '--test {}\n'.format(testname.strip())
83+
content += "--test {}\n".format(testname.strip())
8484
try:
8585
with open(output_filepath, "w") as argfile:
8686
argfile.write(content)

0 commit comments

Comments
 (0)