fix comment

This commit is contained in:
John Cupitt 2016-06-19 09:37:26 +01:00
parent 3c7ce5f6fe
commit 6f52f14fc5

View File

@ -872,7 +872,7 @@ class Image(Vips.Image):
logger.debug('%s.%s = %s' % (self, field, value))
logger.debug('%s.%s needs a %s' % (self, field, gtype))
# there must be a better way to test for GType(0)
# if there's a thing of this name already, convert to that type
if gtype != GObject.TYPE_INVALID:
# blob-ize
if GObject.type_is_a(gtype, vips_type_blob):