extrae: fix typo (#47406)

This commit is contained in:
Mosè Giordano
2024-11-05 04:34:08 +00:00
committed by GitHub
parent f8da72cffe
commit dcc199ae63

View File

@@ -128,7 +128,7 @@ def configure_args(self):
args += (
["--with-cuda=%s" % spec["cuda"].prefix]
if spec.satisifes("+cuda")
if spec.satisfies("+cuda")
else ["--without-cuda"]
)