Skip to content

Commit

Permalink
fix: invoke is_window
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 3, 2024
1 parent 014d953 commit eeda063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mystmd-py/src/mystmd_py/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def find_any_node(binary_path):
# Find the executable path
new_node_path = (
(nodeenv_path / "Scripts" / "node.exe")
if is_windows
if is_windows()
else (nodeenv_path / "bin" / "node")
)
new_path = os.pathsep.join(
Expand Down

0 comments on commit eeda063

Please sign in to comment.