diff options
Diffstat (limited to 'lib/spack/spack/report.py')
-rw-r--r-- | lib/spack/spack/report.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/report.py b/lib/spack/spack/report.py index e500f9fc05..4e5bc9c993 100644 --- a/lib/spack/spack/report.py +++ b/lib/spack/spack/report.py @@ -44,8 +44,8 @@ def fetch_package_log(pkg): class InfoCollector(object): - """Decorates PackageInstaller._install_task, which is called by - PackageBase.do_install for each spec, to collect information + """Decorates PackageInstaller._install_task, which is called via + PackageBase.do_install for individual specs, to collect information on the installation of certain specs. When exiting the context this change will be rolled-back. |