(self, sub_task: Task)
| 39 | return results |
| 40 | |
| 41 | def _sub_output_dir(self, sub_task: Task) -> str: |
| 42 | target_category = sub_task.category or sub_task.name or "default" |
| 43 | return os.path.join(self.get_output_dir(), target_category) |
| 44 | |
| 45 | def release(self): |
| 46 | # print("> Kill Composite") |
no test coverage detected