Format to fix line length
This commit is contained in:
parent
0c33133285
commit
070e4f1358
@ -2710,7 +2710,8 @@ def setup(
|
||||
if env:
|
||||
dev_specs = tuple(
|
||||
spack.spec.Spec(info["spec"]).constrained(
|
||||
f'dev_path="{spack.util.path.canonicalize_path(info["path"], default_wd=env.path)}"'
|
||||
"dev_path="
|
||||
f'"{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