Skip to content

Commit 184cf48

Browse files
committed
cleanup
1 parent 9a89964 commit 184cf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def submit(self, rtlil_path, *, dry_run=False, wait=False):
229229
elif build_status == "failed":
230230
print("Build failed.")
231231
exit(1)
232-
232+
233233
# Attempt to stream logs
234234
with requests.get(
235235
log_stream_url,

0 commit comments

Comments
 (0)