From 251de269ec9efc09cc8e7db810586c5a56b98d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 5 Sep 2022 20:55:55 +0200 Subject: [PATCH] test-my-pr: fix syntax error --- tools/test-my-pr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-my-pr.py b/tools/test-my-pr.py index a36af3c2f..4399193f5 100755 --- a/tools/test-my-pr.py +++ b/tools/test-my-pr.py @@ -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('libraries:' + libraries +'\n') + myfile.write('libraries:' + ','.join(libraries) +'\n') myfile.write('diff:\n' + diff + '\n') if not main_crashed and not your_crashed: