From 6f74d1b0c12f24d06a075e69a08f5ec6bfdd0039 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Jan 2024 14:53:46 +0530 Subject: [PATCH] ... --- .github/workflows/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index 5531ae13e..447d01f57 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -32,7 +32,7 @@ def do_print_crash_reports(): with open(f) as src: print(src.read()) if not found: - print(os.listdir(cdir)) + print('\n'.join(os.listdir(cdir))) else: run('sh -c "echo bt | coredumpctl debug"') print(flush=True)