fix python

This commit is contained in:
zachary62 2024-12-29 04:25:10 +00:00
parent 065f266cc1
commit 9a1373a6a0
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ summarize_all_files.run(shared)
- It merges the dict with the BatchFlows own `params`. - It merges the dict with the BatchFlows own `params`.
- It calls `flow.run(shared)` using the merged result. - It calls `flow.run(shared)` using the merged result.
3. This means the sub-Flow is run **repeatedly**, once for every param dict. 3. This means the sub-Flow is run **repeatedly**, once for every param dict.
--- ---
### Nested or Multi-Level Batches ### Nested or Multi-Level Batches