Skip to content

Commit a368798

Browse files
committed
for type checking
1 parent 85658d5 commit a368798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

batchtools/br.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ def log_job_output(job_name: str, *, wait: bool, timeout: int | None) -> None:
254254

255255
pod = pods[0]
256256
pod_name = pod.model.metadata.name
257-
257+
phase="Unknown"
258+
258259
if wait:
259260
start = time.monotonic()
260261
while True:

0 commit comments

Comments
 (0)