summaryrefslogtreecommitdiff
path: root/lib/spack/spack/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/report.py')
-rw-r--r--lib/spack/spack/report.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/spack/spack/report.py b/lib/spack/spack/report.py
index 1ecbf0d938..00fe7eb5cf 100644
--- a/lib/spack/spack/report.py
+++ b/lib/spack/spack/report.py
@@ -113,7 +113,6 @@ class InfoCollector:
start_time = time.time()
try:
-
value = wrapped_fn(instance, *args, **kwargs)
package["stdout"] = self.fetch_log(pkg)
package["installed_from_binary_cache"] = pkg.installed_from_binary_cache
@@ -234,9 +233,7 @@ class TestInfoCollector(InfoCollector):
@contextlib.contextmanager
def build_context_manager(
- reporter: spack.reporters.Reporter,
- filename: str,
- specs: List[spack.spec.Spec],
+ reporter: spack.reporters.Reporter, filename: str, specs: List[spack.spec.Spec]
):
"""Decorate a package to generate a report after the installation function is executed.