We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae54a7 commit bc6b0a9Copy full SHA for bc6b0a9
pydra/environments/native.py
@@ -11,7 +11,7 @@
11
12
class Native(base.Environment):
13
"""
14
- Native environment, i.e. the tasks are executed in the current python environment.
+ Native environment, i.e. the tasks are executed in the current shell environment.
15
16
17
def execute(self, job: "Job[shell.Task]") -> dict[str, ty.Any]:
0 commit comments