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