summarylogtreecommitdiffstats
path: root/sagemath-cremona.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-cremona.patch')
-rw-r--r--sagemath-cremona.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sagemath-cremona.patch b/sagemath-cremona.patch
index 4daa387c16bf..b7ad86ffabd5 100644
--- a/sagemath-cremona.patch
+++ b/sagemath-cremona.patch
@@ -11,7 +11,7 @@ index 3f8dd62..ed5726a 100644
from sage.env import CREMONA_MINI_DATA_DIR, CREMONA_LARGE_DATA_DIR
from sage.misc.all import walltime
-@@ -825,7 +825,7 @@ class MiniCremonaDatabase(SQLDatabase):
+@@ -835,7 +835,7 @@ class MiniCremonaDatabase(SQLDatabase):
if N < self.largest_conductor():
message = "There is no elliptic curve with label " + label \
+ " in the database"
@@ -20,7 +20,7 @@ index 3f8dd62..ed5726a 100644
message = "There is no elliptic curve with label " + label \
+ " in the currently available databases"
else:
-@@ -1673,7 +1673,7 @@ def CremonaDatabase(name=None,mini=None,set_global=None):
+@@ -1683,7 +1683,7 @@ def CremonaDatabase(name=None,mini=None,set_global=None):
if name is None and not set_global:
return _db
if set_global and name is None: