Skip to content
New issue

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

Latest optik fails with "SyntaxError: annotated name 'glob_fuzzing_result' can't be global" #88

Open
ggrieco-tob opened this issue Oct 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ggrieco-tob
Copy link
Member

Traceback (most recent call last):
  File "/home/g/.local/bin/hybrid-echidna", line 5, in <module>
    from optik.echidna.__main__ import main
  File "/home/g/.local/lib/python3.7/site-packages/optik/echidna/__init__.py", line 1, in <module>
    from .__main__ import run_hybrid_echidna
  File "/home/g/.local/lib/python3.7/site-packages/optik/echidna/__main__.py", line 545
    glob_fuzzing_result: Optional[FuzzingResult] = None
    ^
SyntaxError: annotated name 'glob_fuzzing_result' can't be global
@ggrieco-tob ggrieco-tob added the bug Something isn't working label Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant