Bugfix in spak extensions
This commit is contained in:
@@ -93,5 +93,5 @@ def extensions(parser, args):
|
|||||||
if not activated:
|
if not activated:
|
||||||
tty.msg("None activated.")
|
tty.msg("None activated.")
|
||||||
return
|
return
|
||||||
tty.msg("%d currently activated:" % len(exts))
|
tty.msg("%d currently activated:" % len(activated))
|
||||||
spack.cmd.find.display_specs(installed, mode=args.mode)
|
spack.cmd.find.display_specs(activated, mode=args.mode)
|
||||||
|
|||||||
Reference in New Issue
Block a user