Skip to content

Commit b911441

Browse files
committed
Spec.concretize -> spack.concretize.concretize_one(Spec)
1 parent 579ce02 commit b911441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outputs/scripting/spack-python-concrete.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
>>> s.concretize()
1+
>>> s = spack.concretize.concretize_one(s)
22
>>> s.concrete
33
True
44
>>> s.version

0 commit comments

Comments
 (0)