Skip to content

Commit 6230815

Browse files
authored
Merge pull request #105 from simojo/fix/datasette-fstring
fix: datasette fstring incorrectly written
2 parents 1e73b89 + fe1431b commit 6230815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chasten/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def start_datasette_server( # noqa: PLR0912, PLR0913
224224
# datasette-publish-fly plugin) and thus need to exit and not proceed
225225
if not found_publish_platform_executable:
226226
output.console.print(
227-
":person_shrugging: Was not able to find '{datasette_platform}'"
227+
f":person_shrugging: Was not able to find '{datasette_platform}'"
228228
)
229229
return None
230230
# was able to find the fly or vercel executable that will support the

0 commit comments

Comments
 (0)