Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong command path in HIBP_Query.json #404
Comments
This comment has been minimized.
This comment has been minimized.
This is a bad folder renaming, my fault. I'll release a hotfix |
nadouani
self-assigned this
Jan 9, 2019
nadouani
added
the
bug
label
Jan 9, 2019
nadouani
added this to the 1.15.1 milestone
Jan 9, 2019
added a commit
that referenced
this issue
Jan 9, 2019
nadouani
closed this
Jan 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mmogilko commentedJan 9, 2019
Hi all!
I found an error while testing HIBP analyzer.
Request Type
Bug
Work Environment
N/A
Description
I wasn't able to run the analyzer. After looking at logs, I found:
A line with
Execute HIBP_Query/hibpquery_analyzer.py
point to wrong directory HIBP_Query.Possible Solutions
Rename dir HIBP to HIBP_Query, or change
"command": "HIBP_Query/hibpquery_analyzer.py"
to"command": "HIBP/hibpquery_analyzer.py"
Thanks for this nice and helpful analyzer!