We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55de0d8 commit 252f6b1Copy full SHA for 252f6b1
src/prefect_modal/flows/flow1.py
@@ -16,6 +16,6 @@ def run_my_flow(param: str) -> None:
16
@flow(log_prints=True)
17
def main(name: str = "world", goodbye: bool = False):
18
print(f"Hello {name} from Prefect! 🤗")
19
-
+ run_my_flow(name)
20
if goodbye:
21
print(f"Goodbye {name}!")
0 commit comments