process handle back

This commit is contained in:
kshea21
2025-01-07 11:22:04 -08:00
committed by Gregory Becker
parent 0b1e388a0f
commit 9d0133a771

View File

@@ -1144,6 +1144,7 @@ def priority(self):
class BuildTask(Task):
"""Class for representing a build task for a package."""
process_handle: spack.build_environment.ProcessHandle
started: bool = False
def start(self):