Skip to content
Commit 40768637 authored by Allison Karlitskaya's avatar Allison Karlitskaya
Browse files

giscanner: fix a comparison

In the case that a parameter has not been explicitly annotated, the
value of node.direction will be None, not 'in'.  Instead of comparing as
== 'in' we should therefore check for being != 'out'.

https://bugzilla.gnome.org/show_bug.cgi?id=660879
parent bb9b9bd7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment