Skip to content

Commit 251de26

Browse files
committed
test-my-pr: fix syntax error
1 parent cf33410 commit 251de26

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('libraries:' + libraries +'\n')
191+
myfile.write('libraries:' + ','.join(libraries) +'\n')
192192
myfile.write('diff:\n' + diff + '\n')
193193

194194
if not main_crashed and not your_crashed:

0 commit comments

Comments
 (0)