raymanfx/android-cve-checker

UnboundLocalError: local variable 'cve_patches_to_push_file' referenced before assignment

Opened this issue · 0 comments

Traceback (most recent call last): File "main.py", line 134, in <module> main() File "main.py", line 128, in main + cve_patches_to_push_file + ")? (Y/n) ") UnboundLocalError: local variable 'cve_patches_to_push_file' referenced before assignment
That's weird... Any idea to solve this issue?