professor: fix style

This commit is contained in:
Wouter Deconinck 2025-02-28 19:08:11 -06:00
parent 5b3d0cc67d
commit 910031d927

View File

@ -65,7 +65,7 @@ def configure(self):
def install(self, spec, prefix):
with working_dir(self.stage.source_path):
# Makefile sets PROF_ROOT to PWD but that is not set for root user in CI
# Makefile sets PROF_ROOT to PWD but that is not set for root user in CI
with spack.util.environment.set_env(PWD=self.stage.source_path):
make()
make(f"PREFIX={prefix}", "install")