We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e276b commit 13c4b8fCopy full SHA for 13c4b8f
1 file changed
lmfdb/groups/abstract/main.py
@@ -2298,7 +2298,7 @@ def download_group(**args):
2298
2299
if label == "1.1":
2300
cc_known = False
2301
- elif wag.complex_characters_known is (False or None):
+ elif wag.complex_characters_known is False or wag.complex_characters_known is None:
2302
2303
elif wag.element_repr_type == "Lie": # issue with representatives of quotients vs permutations
2304
if wag.representations["Lie"][0]["family"][0] == "P":
0 commit comments