Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
frichtarik committed Jun 22, 2024
1 parent a071a04 commit 7226cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scantree/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def convert_path(path: str) -> str:
if os.name == "nt":
if os.name == "nt": # pragma: no cover
# Windows uses backslashes
return path.replace("/", "\\")
else:
Expand Down

0 comments on commit 7226cd9

Please sign in to comment.