Skip to content

Commit a5928fd

Browse files
authored
Update libgap.pyx
trying without .value
1 parent a85d250 commit a5928fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/libs/gap/libgap.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ class Gap(Parent):
539539
...
540540
GAPError: Error, VAL_GVAR: No value bound to FooBar
541541
"""
542-
return make_any_gap_element(self, GAP_ValueGlobalVariable(variable.value))
542+
return make_any_gap_element(self, GAP_ValueGlobalVariable(variable))
543543

544544
def global_context(self, variable, value):
545545
"""

0 commit comments

Comments
 (0)