Skip to content

Commit 9a89964

Browse files
committed
cleanup
1 parent 086c9b0 commit 9a89964

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,8 @@ def submit(self, rtlil_path, *, dry_run=False, wait=False):
229229
elif build_status == "failed":
230230
print("Build failed.")
231231
exit(1)
232-
233-
# Wait before polling again
234232

235-
# Attempt to stream logs rather than time.sleep
233+
# Attempt to stream logs
236234
with requests.get(
237235
log_stream_url,
238236
auth=(os.environ["CHIPFLOW_API_KEY_ID"], os.environ["CHIPFLOW_API_KEY_SECRET"]),

0 commit comments

Comments
 (0)