Skip to content

Commit 45162e7

Browse files
committed
remove stray network_err
1 parent 9ecfc53 commit 45162e7

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
@@ -316,7 +316,6 @@ def _stream_logs(self, sp, network_err):
316316
auth=(None, self._chipflow_api_key),
317317
timeout=timeout
318318
)
319-
network_err(e)
320319
except requests.exceptions.ReadTimeout as e:
321320
sp.text = "💥 Error connecting to ChipFlow Cloud. Trying again! "
322321
fail_counter += 1

0 commit comments

Comments
 (0)