Skip to content

Commit

Permalink
correctly call is_interactive function during server preflight check (
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Aug 13, 2024
1 parent 7dd6c31 commit 75e4738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/cli/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async def start(
):
"""Start a Prefect server instance"""

if is_interactive:
if is_interactive():
try:
prestart_check()
except Exception:
Expand Down

0 comments on commit 75e4738

Please sign in to comment.