We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e284b65 commit 80c7b02Copy full SHA for 80c7b02
pydra/engine/submitter.py
@@ -90,7 +90,6 @@ async def submit_from_call(self, runnable, rerun, environment):
90
# 2
91
if runnable.state is None:
92
# run_el should always return a coroutine
93
- print("in SUBM", environment)
94
await self.worker.run_el(runnable, rerun=rerun, environment=environment)
95
# 3
96
else:
0 commit comments