Change string formatting to avoid multiline f string
This commit is contained in:
parent
274ac74122
commit
c1ecf4fad7
@ -2710,8 +2710,8 @@ def setup(
|
||||
if env:
|
||||
dev_specs = tuple(
|
||||
spack.spec.Spec(info["spec"]).constrained(
|
||||
"dev_path="
|
||||
f'"{spack.util.path.canonicalize_path(info["path"], default_wd=env.path)}"'
|
||||
'dev_path="%s"'
|
||||
% spack.util.path.canonicalize_path(info["path"], default_wd=env.path)
|
||||
)
|
||||
for name, info in env.dev_specs.items()
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user