We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 git-wild-hunt.py -s "path:.ssh filename:id_rsa" 100% 144.4 Mbps git-wild-hunt is using config at path git-wild-hunt.conf 2021-07-26 22:34:31,597 - INFO - git-wild-hunt - INIT - git-wild-hunt v1 Traceback (most recent call last): File "//git-wild-hunt/git-wild-hunt.py", line 216, in regexes = load_regexes(config['regexes']) File "//git-wild-hunt/git-wild-hunt.py", line 19, in load_regexes regexes = json.loads(f.read()) File "/usr/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Expecting ',' delimiter: line 3 column 5 (char 52)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python3 git-wild-hunt.py -s "path:.ssh filename:id_rsa" 100% 144.4 Mbps
git-wild-hunt is using config at path git-wild-hunt.conf
2021-07-26 22:34:31,597 - INFO - git-wild-hunt - INIT - git-wild-hunt v1
Traceback (most recent call last):
File "/
/git-wild-hunt/git-wild-hunt.py", line 216, in/git-wild-hunt/git-wild-hunt.py", line 19, in load_regexesregexes = load_regexes(config['regexes'])
File "/
regexes = json.loads(f.read())
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 3 column 5 (char 52)
The text was updated successfully, but these errors were encountered: