Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
minor fix for mac os
  • Loading branch information
charlesneimog committed Sep 28, 2023
1 parent 5e5e512 commit 7d3a641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pd2wasm/helpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def fixPaths(path):
path = path.replace("/", "\\")
return path
else:
path = path.replace("\\", "/")
return path


Expand Down

0 comments on commit 7d3a641

Please sign in to comment.