android-cve-checker icon indicating copy to clipboard operation
android-cve-checker copied to clipboard

UnboundLocalError: local variable 'cve_patches_to_push_file' referenced before assignment

Open ghost opened this issue 7 years ago • 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?

ghost avatar Feb 05 '18 05:02 ghost