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
Not a massive issue but probably something that can be cleaned up. If we use henry analyze without anything else, we get the following error:
henry analyze
Traceback (most recent call last): File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Python37\Scripts\henry.exe\__main__.py", line 7, in <module> File "c:\python37\lib\site-packages\henry\cli.py", line 18, in main analyze.Analyze.run(user_input) File "c:\python37\lib\site-packages\henry\commands\analyze.py", line 19, in run analyze.output(data=cast(fetcher.TResult, result)) UnboundLocalError: local variable 'result' referenced before assignment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not a massive issue but probably something that can be cleaned up. If we use
henry analyze
without anything else, we get the following error:The text was updated successfully, but these errors were encountered: