Skip to content

Commit 9dceb5d

Browse files
committed
remove stray network_err
1 parent 933b26a commit 9dceb5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ def _stream_logs(self, sp, network_err):
317317
auth=(None, self._chipflow_api_key),
318318
timeout=timeout
319319
)
320-
network_err(e)
321320
except requests.exceptions.ReadTimeout as e:
322321
sp.text = "💥 Error connecting to ChipFlow Cloud. Trying again! "
323322
fail_counter += 1

0 commit comments

Comments
 (0)