Skip to content

Commit

Permalink
Update tests/sherlock_interactives.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister authored Nov 1, 2024
1 parent b740691 commit 3f1f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sherlock_interactives.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def run_cli(args:str = "") -> str:
"""Pass arguments to Sherlock as a normal user on the command line"""
# Adapt for platform differences (Windows likes to be special)
if platform.system() == "Windows":
command:str = f"py -m sherlock {args}"
command:str = f"py -m sherlock_project {args}"
else:
command:str = f"sherlock {args}"

Expand Down

0 comments on commit 3f1f253

Please sign in to comment.