Skip to content

Removed an unnecessary call to start of Task launch time within Task

Benjamin Collingwood requested to merge unnecessary_launch_time_start into main

Removed an unnecessary call to start of Task launch time within Task that was in my last commit. The task launch time is set in SubprocessTaskLauncher, when the task is actually launched

Merge request reports