Skip to content

Commit cf33410

Browse files
committed
test-my-pr: fix syntax error
1 parent 2e7babb commit cf33410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/test-my-pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def format_float(a, b=1):
188188
myfile.write(package + '\n')
189189
diff = lib.diff_results('main', results_to_diff[0], 'your', results_to_diff[1])
190190
if not main_crashed and not your_crashed and diff != '':
191-
myfile.write(f'libraries:{libraries}\n')
191+
myfile.write('libraries:' + libraries +'\n')
192192
myfile.write('diff:\n' + diff + '\n')
193193

194194
if not main_crashed and not your_crashed:

0 commit comments

Comments
 (0)