Skip to content

Commit

Permalink
using pure posix path
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Sep 5, 2024
1 parent a104988 commit 6eb6c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/network/networksettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def _check_msg_level_change_supported(self, node: Node) -> None:
shell=True,
cwd=node.working_path,
).stdout

node.shell.chmod(PurePosixPath(netvsc_module), 0o755)
assert node.shell.exists(
PurePosixPath(netvsc_module)
), f"{netvsc_module} doesn't exist."
Expand Down

0 comments on commit 6eb6c00

Please sign in to comment.