We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0719b92 commit 9e3ad2aCopy full SHA for 9e3ad2a
chipflow_lib/steps/silicon.py
@@ -206,7 +206,7 @@ def network_err(e):
206
self._build_status_url = f"{chipflow_api_origin}/build/{resp_data['build_id']}/status"
207
self._log_stream_url = f"{chipflow_api_origin}/build/{resp_data['build_id']}/logs?follow=true"
208
209
- sp.succeed("✅ Design submitted successfully! Build URL: {self._build_url}")
+ sp.succeed(f"✅ Design submitted successfully! Build URL: {self._build_url}")
210
211
exit_code = 0
212
if args.wait:
0 commit comments