Skip to content

Commit

Permalink
Update run_workchain_submit_complete.py
Browse files Browse the repository at this point in the history
Doc: Recursive workchain in code snippets that can theoretically not run has been fixed by using different name for the inner workchain
  • Loading branch information
agoscinski authored May 15, 2024
1 parent 589a3b2 commit c9b59a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def define(cls, spec):
)

def submit_workchain(self):
future = self.submit(SomeWorkChain)
future = self.submit(SomeOtherWorkChain)
return ToContext(workchain=future)

def inspect_workchain(self):
Expand Down

0 comments on commit c9b59a3

Please sign in to comment.