Skip to content

Commit

Permalink
Set more specific err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 13, 2024
1 parent 50816be commit dc5d6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherlock/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def sherlock(
try:
underlying_request = TorRequest()
except OSError:
print("Tor is not available on your system!")
print("Tor not found in system path. Unable to continue.\n")
sys.exit(query_notify.finish())

underlying_session = underlying_request.session
Expand Down

0 comments on commit dc5d6d6

Please sign in to comment.