Skip to content

Commit c60afd5

Browse files
committed
fixed fstring
1 parent c94c8eb commit c60afd5

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
@@ -187,7 +187,7 @@ def submit(self, rtlil_path, *, dry_run=False, wait=False):
187187
stream_event_counter = 0
188188
if wait:
189189
while True:
190-
logger.info(f"Polling build status...")
190+
logger.info("Polling build status...")
191191
status_resp = requests.get(
192192
build_status_url,
193193
auth=(os.environ["CHIPFLOW_API_KEY_ID"], os.environ["CHIPFLOW_API_KEY_SECRET"])

0 commit comments

Comments
 (0)