Skip to content

Commit 933b26a

Browse files
committed
Fix stray sp.ok() in submit
1 parent bde509a commit 933b26a

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
@@ -220,7 +220,6 @@ def network_err(e):
220220

221221
if args.wait:
222222
exit_code = self._stream_logs(sp, network_err)
223-
sp.ok()
224223
if fh:
225224
fh.close()
226225
exit(exit_code)
@@ -318,7 +317,6 @@ def _stream_logs(self, sp, network_err):
318317
auth=(None, self._chipflow_api_key),
319318
timeout=timeout
320319
)
321-
except (requests.ConnectTimeout, requests.ConnectionError, requests.ConnectTimeout) as e:
322320
network_err(e)
323321
except requests.exceptions.ReadTimeout as e:
324322
sp.text = "💥 Error connecting to ChipFlow Cloud. Trying again! "

0 commit comments

Comments
 (0)