Skip to content

Commit

Permalink
renamed default task name that is submitted to "main" (from "task")
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Feb 17, 2025
1 parent 6358b81 commit f7934eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydra/engine/submitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def Split(defn: TaskDef, output_types: dict):
task = Task(
task_def,
submitter=self,
name="task",
name="main",
environment=self.environment,
hooks=hooks,
)
Expand Down

0 comments on commit f7934eb

Please sign in to comment.