Skip to content

Commit 6d628bd

Browse files
committed
Fix stray sp.ok() in submit
1 parent 0db1415 commit 6d628bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def network_err(e):
219219

220220
if args.wait:
221221
exit_code = self._stream_logs(sp, network_err)
222-
sp.ok()
223222
if fh:
224223
fh.close()
225224
exit(exit_code)
@@ -317,7 +316,6 @@ def _stream_logs(self, sp, network_err):
317316
auth=(None, self._chipflow_api_key),
318317
timeout=timeout
319318
)
320-
except (requests.ConnectTimeout, requests.ConnectionError, requests.ConnectTimeout) as e:
321319
network_err(e)
322320
except requests.exceptions.ReadTimeout as e:
323321
sp.text = "💥 Error connecting to ChipFlow Cloud. Trying again! "

0 commit comments

Comments
 (0)