From 6f52f14fc59755e237c382b4ff047845b21eaee5 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 19 Jun 2016 09:37:26 +0100 Subject: [PATCH] fix comment --- python/packages/gi/overrides/Vips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/gi/overrides/Vips.py b/python/packages/gi/overrides/Vips.py index e083c0ce..0a78fbda 100644 --- a/python/packages/gi/overrides/Vips.py +++ b/python/packages/gi/overrides/Vips.py @@ -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):