Fix unicode error

This commit is contained in:
psakiev 2022-11-09 15:50:05 -07:00
parent 41cf807804
commit 6aad926838

View File

@ -107,7 +107,7 @@ def test_env_change_spec_in_matrix_raises_error(
def test_environment_cant_modify_environments_root(tmpdir): def test_environment_cant_modify_environments_root(tmpdir):
filename = tmpdir.join("spack.yaml") filename = str(tmpdir.join("spack.yaml"))
with open(filename, "w") as f: with open(filename, "w") as f:
f.write( f.write(
"""\ """\