From 6edd905e79773e4cfc1143a7844e787a627e4f15 Mon Sep 17 00:00:00 2001 From: Tianrun Yang <117233646+Tianrun-Y@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:42:04 +0100 Subject: [PATCH] Update gap/attributes/attr.gi Co-authored-by: James Mitchell --- gap/attributes/attr.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/attributes/attr.gi b/gap/attributes/attr.gi index f5a15bac2..1d4591b1f 100644 --- a/gap/attributes/attr.gi +++ b/gap/attributes/attr.gi @@ -1096,7 +1096,7 @@ SEMIGROUPS.ExistsTransversal := function(a, b, n) break; fi; od; - if exists = false then + if not exists then return false; fi; od;