Closed vinitshahdeo closed 4 years ago
The relative path of config.json is not resolved in scanner.py [Reproducible in Windows only]
config.json
scanner.py
try: with open(file_path('../config.json')) as config_file: config = json.load(config_file)
Reported by @Kashish121
@Kashish121 I'm working on this! Will raise the PR soon.
@Kashish121 If it's working for you, please close this issue.
Yes this works. 👍
The relative path of
config.json
is not resolved inscanner.py
[Reproducible in Windows only]Reported by @Kashish121