Skip to content

Commit 13c4b8f

Browse files
committed
fix
1 parent 50e276b commit 13c4b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmfdb/groups/abstract/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ def download_group(**args):
22982298

22992299
if label == "1.1":
23002300
cc_known = False
2301-
elif wag.complex_characters_known is (False or None):
2301+
elif wag.complex_characters_known is False or wag.complex_characters_known is None:
23022302
cc_known = False
23032303
elif wag.element_repr_type == "Lie": # issue with representatives of quotients vs permutations
23042304
if wag.representations["Lie"][0]["family"][0] == "P":

0 commit comments

Comments
 (0)