Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit cc1261d

Browse files
committed
fix(cli): Oops, missed a warning in the reference (#93)
1 parent e155f30 commit cc1261d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/backend/client/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ def run_main():
166166
# Use the default signal handler to set the exit
167167
# code properly for interruption.
168168
signal.signal(signal.SIGINT, signal.SIG_DFL)
169-
os.kill(0, signal.SIGINT)
169+
os.kill(os.getpid(), signal.SIGINT)

0 commit comments

Comments
 (0)