Comment 1 for bug 1499038

Revision history for this message
Itisha Dewan (ishadewan07) wrote : Re: Redundant check for None value in api/v1/images.py

Proposed fix:

We can reduce the if condition to this:

if image_meta.get(key) != orig_image_meta.get(key):