Skip to content

Commit cdba024

Browse files
Merge pull request #16 from InformaticsMatters/prototype-work-alan
Minor doc typo
2 parents 9e153a5 + 9ed826c commit cdba024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/workflow_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def get_workflow_steps_driving_this_step(
239239
# It should return:
240240
# {
241241
# "caller_step_index": 0,
242-
# "steps": "steps": [
242+
# "steps": [
243243
# {
244244
# "name": "step-name"
245245
# "specification": "{}",

0 commit comments

Comments
 (0)