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

Commit

Permalink
30352: once again
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed Nov 7, 2020
1 parent 654a20f commit 255a768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/databases/knotinfo_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def create_spkg_tarball(self, path_for_src=None):
if not path_for_src:
path_for_src = os.environ['PWD']

os.system('cd %s; tar -cvjSf %s/upstream/%s-%s.tar.bz2 src' %(path_for_src, SAGE_ROOT, self.feature.spkg, self._version) )
os.system('cd %s; tar -cvjSf %s/upstream/%s-%s.tar.bz2 src' %(path_for_src, SAGE_ROOT, self._feature.spkg, self._version) )


def version(self):
Expand Down
1 change: 1 addition & 0 deletions src/sage/knots/knotinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,7 @@ def __init__(self, crossing_number, is_knot, is_alternating, name_unoriented=Non
Python constructor.
EXAMPLES::
sage: from sage.knots.knotinfo import KnotInfoSeries
sage: L6a = KnotInfoSeries(6, False, True); L6a
Series of links L6a
Expand Down

0 comments on commit 255a768

Please sign in to comment.