fix comment
This commit is contained in:
parent
3c7ce5f6fe
commit
6f52f14fc5
@ -872,7 +872,7 @@ class Image(Vips.Image):
|
|||||||
logger.debug('%s.%s = %s' % (self, field, value))
|
logger.debug('%s.%s = %s' % (self, field, value))
|
||||||
logger.debug('%s.%s needs a %s' % (self, field, gtype))
|
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:
|
if gtype != GObject.TYPE_INVALID:
|
||||||
# blob-ize
|
# blob-ize
|
||||||
if GObject.type_is_a(gtype, vips_type_blob):
|
if GObject.type_is_a(gtype, vips_type_blob):
|
||||||
|
Loading…
Reference in New Issue
Block a user