Skip to content

Commit eb4e3a8

Browse files
committed
error handling
1 parent caa484f commit eb4e3a8

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
@@ -227,7 +227,6 @@ def submit(self, rtlil_path, *, dry_run=False, wait=False):
227227
logger.error("Log streaming failed due to a premature response termination.")
228228
logger.error(f"Error details: {e}")
229229
print("Log streaming interrupted. Please check the build status manually.")
230-
exit(1) # Exit with failure
231230
# Wait before polling again
232231
time.sleep(10)
233232
else:

0 commit comments

Comments
 (0)