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

search not properly working #1

Open
zerohat opened this issue Mar 24, 2013 · 0 comments
Open

search not properly working #1

zerohat opened this issue Mar 24, 2013 · 0 comments

Comments

@zerohat
Copy link

zerohat commented Mar 24, 2013

Traceback (most recent call last):
File "/usr/local/bin/nvdcve", line 197, in
sys.exit(main(sys.argv))
File "/usr/local/bin/nvdcve", line 136, in main
good, skipped, total, cves = x.search_opts(search_opts)
File "/usr/local/lib/python2.7/dist-packages/Nvd/NvdCve.py", line 92, in search_opts
return self.db_search_opts(opts)
File "/usr/local/lib/python2.7/dist-packages/Nvd/NvdCveDb.py", line 785, in db_search_opts
return (good, skipped, total, cve_table)
UnboundLocalError: local variable 'cve_table' referenced before assignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant