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 fdbf1bd commit f266d97Copy full SHA for f266d97
chipflow_lib/steps/silicon.py
@@ -1,4 +1,4 @@
1
-# SPDX-License-Identifier: BSD-2-Clause
+l# SPDX-License-Identifier: BSD-2-Clause
2
3
import argparse
4
import inspect
@@ -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