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

Gracefully handle releases that don't exist. #307

Closed
lmacken opened this issue Aug 21, 2015 · 1 comment
Closed

Gracefully handle releases that don't exist. #307

lmacken opened this issue Aug 21, 2015 · 1 comment
Labels
API Issues related to Bodhi's REST API EasyFix These are good issues to get started with if you are new to the project

Comments

@lmacken
Copy link
Contributor

lmacken commented Aug 21, 2015

 Unable to determine release from tags      
Traceback (most recent call last):                                                           
  File "/usr/lib/python2.7/site-packages/bodhi/validators.py", line 234, in validate_acls    
    release = Release.from_tags(tags, db)                                                    
  File "/usr/lib/python2.7/site-packages/bodhi/models/models.py", line 336, in from_tags     
KeyError: 'f24'                                                                              
@lmacken lmacken added the EasyFix These are good issues to get started with if you are new to the project label Aug 21, 2015
@ralphbean ralphbean added the API Issues related to Bodhi's REST API label Aug 21, 2015
@ralphbean
Copy link
Contributor

Fixed in 9da58bc

ralphbean added a commit that referenced this issue Aug 27, 2015
ralphbean added a commit that referenced this issue Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issues related to Bodhi's REST API EasyFix These are good issues to get started with if you are new to the project
Projects
None yet
Development

No branches or pull requests

2 participants