This commit is contained in:
Kovid Goyal 2024-01-18 14:53:46 +05:30
parent 5eb852532f
commit 6f74d1b0c1
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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)