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

Update create_cve_json.py #856

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update create_cve_json.py #856

wants to merge 1 commit into from

Conversation

HarithaIBM
Copy link
Collaborator

Nightly builds were failing due to pythong error:
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/Port-Update-Nightly/meta_update/tools/create_cve_json.py", line 218, in
asyncio.run(main())
File "/usr/lib64/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib64/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/var/lib/jenkins/workspace/Port-Update-Nightly/meta_update/tools/create_cve_json.py", line 153, in main
all_cves = await asyncio.gather(*tasks)
File "/var/lib/jenkins/workspace/Port-Update-Nightly/meta_update/tools/create_cve_json.py", line 69, in get_release_cve_info
if not severity or not severity[0]:
UnboundLocalError: local variable 'severity' 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

Successfully merging this pull request may close these issues.

1 participant