There was an error while loading. Please reload this page.
1 parent 2d50c2a commit 5f791faCopy full SHA for 5f791fa
pyvips/base.py
@@ -122,7 +122,7 @@ def values_for_enum(gtype):
122
123
# -1 since we always have a "last" member.
124
return [_to_string(g_enum_class.values[i].value_nick)
125
- for i in range(g_enum_class.n_values - 1))]
+ for i in range(g_enum_class.n_values - 1)]
126
127
def values_for_flag(gtype):
128
"""Get all values for a flag (gtype)."""
0 commit comments