Skip to content

Commit

Permalink
Update src/prefect/engine/flow_runner.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
  • Loading branch information
cicdw and jlowin committed Nov 14, 2019
1 parent bb704cb commit a220116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/engine/flow_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def get_flow_run_state(
key=key,
)
upstream_states[edge] = Success(
"Auto-generated succcess state",
"Auto-generated constant value",
result=Result(val, result_handler=ConstantResultHandler(val)),
)

Expand Down

0 comments on commit a220116

Please sign in to comment.