-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use filepath instead of path when possible (#1073)
There may be more of these situations lurking around, but as we try to support Windows nodes we need to make sure that we are using filepath unless we know we need forward slashes (like in URLs). This changes a few calls to path.XYZ to filepath.XYZ and updates some tests in the same way. xref #732 Signed-off-by: John Schnake <jschnake@vmware.com>
- Loading branch information
1 parent
2f2bb1f
commit c927a9f
Showing
3 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters