AutoYADM commit: 2025-06-09 23:23:54

This commit is contained in:
Daniel Fichtinger 2025-06-09 23:23:54 -04:00
parent d0893f3708
commit ac51e3f41e

View file

@ -7,6 +7,7 @@ import os
import tempfile
import atexit
Position = tuple[int, int]
SpecList = list[tuple[Position, Position]]
@ -67,7 +68,7 @@ def gen_kakoune_output(inp: str, outp: str) -> str:
def daemonize():
# exit parent
# fork and exit parent
if os.fork() > 0:
sys.exit(0)
# new session