test-my-pr: fix syntax error

This commit is contained in:
Daniel Marjamäki 2022-09-05 20:21:26 +02:00
parent 2e7babbc8d
commit cf334100b6
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ if __name__ == "__main__":
myfile.write(package + '\n')
diff = lib.diff_results('main', results_to_diff[0], 'your', results_to_diff[1])
if not main_crashed and not your_crashed and diff != '':
myfile.write(f'libraries:{libraries}\n')
myfile.write('libraries:' + libraries +'\n')
myfile.write('diff:\n' + diff + '\n')
if not main_crashed and not your_crashed: