Skip to content

Commit

Permalink
Update dagrunner/tests/execute_graph/test_integration.py
Browse files Browse the repository at this point in the history
Co-authored-by: mo-robert-purvis <[email protected]>
  • Loading branch information
cpelley and mo-robert-purvis authored Jul 5, 2024
1 parent 46bf27a commit b183135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagrunner/tests/execute_graph/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_execution(graph, scheduler):
branch for recording the final state. It is this that we verify to ensure that
the graph has been executed correctly and respected dependencies.
"""
# set debug to true to intriduce a 'sleep' to ProcessID. Useful for verifying rough
# set debug to true to introduce a 'sleep' to ProcessID. Useful for verifying rough
# parallel execution performance.
debug = False
EDGES, SETTINGS, output_files = graph
Expand Down

0 comments on commit b183135

Please sign in to comment.