Skip to content

Commit 317a7f7

Browse files
authored
fix: TypeError in GPU Health Monitor Signal Handler (#368)
Signed-off-by: Gyan172004 <[email protected]>
1 parent 21eb156 commit 317a7f7

File tree

1 file changed

+1
-1
lines changed
  • health-monitors/gpu-health-monitor/gpu_health_monitor

1 file changed

+1
-1
lines changed

health-monitors/gpu-health-monitor/gpu_health_monitor/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def cli(
128128

129129
prom_server, t = start_http_server(port)
130130

131-
def process_exit_signal():
131+
def process_exit_signal(signum, frame):
132132
exit.set()
133133
prom_server.shutdown()
134134
t.join()

0 commit comments

Comments
 (0)