Update tests/sherlock_interactives.py

pull/2325/head
Paul Pfeister 1 month ago committed by GitHub
parent b7406919dc
commit 3f1f2534a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ class Interactives:
"""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}"

Loading…
Cancel
Save