This commit is contained in:
Slipstream 2025-05-08 20:52:54 -06:00
parent f73789edde
commit 3f5f5ecd4d
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -602,7 +602,7 @@ def handle_sighup(signum, frame):
os.execv(sys.executable, [sys.executable] + sys.argv)
if __name__ == '__main__':
# Write PID to .pid file for git hook usage
# Write PID to .pid file for git hook use
try:
with open(".pid", "w") as f:
f.write(str(os.getpid()))