Skip to content

Commit

Permalink
Try raw string for Windows paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 5, 2025
1 parent 870787e commit b8a5434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_exec_python(tmp_path: Path, pyproject_toml: Path, project_dir: PurePath

pyproject_toml.write_text(
dedent(
f"""
rf"""
[project]
name = "script-test"
version = "0.1.0"
Expand Down

0 comments on commit b8a5434

Please sign in to comment.