Skip to content

Commit

Permalink
Merge pull request #6172 from LMFDB/main
Browse files Browse the repository at this point in the history
main -> dev
  • Loading branch information
jwj61 authored Aug 23, 2024
2 parents f43bfd2 + 256dbaf commit 352ed98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lmfdb/modl_galois_representations/web_modlgal.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def friends(self):
has_dirichlet = False
if not hasattr(self, "related_objects"):
self.related_objects = []
self.related_objects.sort()
for r in self.related_objects:
if r[0] == "Dirichlet":
c = r[1].split(".")
Expand Down

0 comments on commit 352ed98

Please sign in to comment.