Bugfix in clean command.
This commit is contained in:
parent
4a913cbbd0
commit
9e469c37c4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def clean(parser, args):
|
|||
|
||||
specs = spack.cmd.parse_specs(args.packages, concretize=True)
|
||||
for spec in specs:
|
||||
tty.message("Cleaning for spec:", spec)
|
||||
tty.msg("Cleaning for spec:", spec)
|
||||
package = packages.get(spec.name)
|
||||
if args.dist:
|
||||
package.do_clean_dist()
|
||||
|
|
Loading…
Reference in a new issue