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.
2 parents 1e73b89 + fe1431b commit 6230815Copy full SHA for 6230815
chasten/database.py
@@ -224,7 +224,7 @@ def start_datasette_server( # noqa: PLR0912, PLR0913
224
# datasette-publish-fly plugin) and thus need to exit and not proceed
225
if not found_publish_platform_executable:
226
output.console.print(
227
- ":person_shrugging: Was not able to find '{datasette_platform}'"
+ f":person_shrugging: Was not able to find '{datasette_platform}'"
228
)
229
return None
230
# was able to find the fly or vercel executable that will support the
0 commit comments