mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Update tests/sherlock_interactives.py
This commit is contained in:
parent
b7406919dc
commit
3f1f2534a3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Interactives:
|
||||||
"""Pass arguments to Sherlock as a normal user on the command line"""
|
"""Pass arguments to Sherlock as a normal user on the command line"""
|
||||||
# Adapt for platform differences (Windows likes to be special)
|
# Adapt for platform differences (Windows likes to be special)
|
||||||
if platform.system() == "Windows":
|
if platform.system() == "Windows":
|
||||||
command:str = f"py -m sherlock {args}"
|
command:str = f"py -m sherlock_project {args}"
|
||||||
else:
|
else:
|
||||||
command:str = f"sherlock {args}"
|
command:str = f"sherlock {args}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue