Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add missing commit to LargeCremonaDatabase._init_allgens
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjer committed Sep 9, 2022
1 parent 08202bc commit 0a2c5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/databases/cremona.py
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,7 @@ def _init_allgens(self, ftpdata, largest_conductor=0):
con.executemany("UPDATE t_curve SET gens=? WHERE curve=?",
curve_data)
print("Committing...")
self.commit()
if largest_conductor and int(v[0]) > largest_conductor:
break

Expand Down

0 comments on commit 0a2c5be

Please sign in to comment.