Skip to content

Commit b4da826

Browse files
committed
error handling
1 parent 869441e commit b4da826

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

0 commit comments

Comments
 (0)