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

Commit

Permalink
build/sage_bootstrap/uninstall.py: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 21, 2022
1 parent 4609606 commit e9b30bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/sage_bootstrap/uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def uninstall(spkg_name, sage_local, keep_files=False, verbose=False):
SAGE_LOCAL if it is currently installed.
"""

# The default path to this directory; however its value should be read
# from the environment if possible
# The path to the installation records.
# See SPKG_INST_RELDIR in SAGE_ROOT/build/make/Makefile.in
spkg_inst = pth.join(sage_local, 'var', 'lib', 'sage', 'installed')

# Find all stamp files for the package; there should be only one, but if
Expand Down

0 comments on commit e9b30bb

Please sign in to comment.