Skip to content

Commit 252f6b1

Browse files
committed
subflow
1 parent 55de0d8 commit 252f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prefect_modal/flows/flow1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ def run_my_flow(param: str) -> None:
1616
@flow(log_prints=True)
1717
def main(name: str = "world", goodbye: bool = False):
1818
print(f"Hello {name} from Prefect! 🤗")
19-
19+
run_my_flow(name)
2020
if goodbye:
2121
print(f"Goodbye {name}!")

0 commit comments

Comments
 (0)