Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #103 from sayanchowdhury/hotfix/fix-rawhide-image-…
Browse files Browse the repository at this point in the history
…uploads

consumers: Fix the metadata handling for Rawhide messages
  • Loading branch information
sayanchowdhury authored Apr 20, 2018
2 parents 0dbce07 + cf00cbe commit eaadfa3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fedimg/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,6 @@ def consume(self, msg):
compose_metadata, 'images', 'payload',
'images', 'AtomicHost', 'x86_64'))

images_meta = get_value_from_dict(
compose_metadata,
'images',
'payload',
'images',
'CloudImages',
'x86_64'
)

if images_meta is None:
_log.debug('No compatible image found to process')
return
Expand Down

0 comments on commit eaadfa3

Please sign in to comment.