Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 0d5a026

Browse files
committed
Fix: fstring
1 parent f59bc3e commit 0d5a026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/server/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def update_library(
291291
return False
292292

293293
build_time = datetime.datetime.utcnow()
294-
click.echo("BUILD time is {build_time}")
294+
click.echo(f"BUILD time is {build_time}")
295295
if res.rowcount == 0:
296296
eng.execute(
297297
f"""insert into library

0 commit comments

Comments
 (0)