mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
@@ -32,7 +32,7 @@ def do_print_crash_reports():
|
|||||||
with open(f) as src:
|
with open(f) as src:
|
||||||
print(src.read())
|
print(src.read())
|
||||||
if not found:
|
if not found:
|
||||||
print(os.listdir(cdir))
|
print('\n'.join(os.listdir(cdir)))
|
||||||
else:
|
else:
|
||||||
run('sh -c "echo bt | coredumpctl debug"')
|
run('sh -c "echo bt | coredumpctl debug"')
|
||||||
print(flush=True)
|
print(flush=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user