From 80e61cd3bef11be41eea581c35cfb754774e73ae Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 8 Jul 2024 01:34:20 -0400 Subject: [PATCH] Shrink error message --- sherlock/sherlock.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 1da83bd5..bbd5a72c 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -14,7 +14,6 @@ try: except ImportError: print("Did you run Sherlock with `python3 sherlock/sherlock.py ...`?") print("This is an outdated method. Please see https://sherlockproject.xyz/installation for up to date instructions.") - print("Most users can simply run `pipx install sherlock-project`, but other options are detailed on the website.") sys.exit(1) import csv