#339 Fix traceback in handling of empty container.yaml and content_sets.yml.
Merged by jkaluza. Opened by jkaluza.
jkaluza/freshmaker empty-container-yaml  into  master

Download 339.patch

When file is empty, yaml.safe_load returns None which Freshmaker did
not expect.

This also puts the ContainerImage.resolve() code into try/except block,
so similar issues in this part of code won't mark the whole Freshmaker
Event as failed, but only marks particular ContainerImage as failed.

Pull-Request has been merged by jkaluza

Metadata