This commit is contained in:
Kovid Goyal
2024-01-18 14:53:46 +05:30
parent 5eb852532f
commit 6f74d1b0c1

View File

@@ -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)