Skip to content

Commit 6ea3618

Browse files
author
Matthias Koeppe
committed
build/sage_bootstrap/uninstall.py: Say 'no stamp file', not 'not installed'
1 parent c28dcfd commit 6ea3618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/sage_bootstrap/uninstall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def uninstall(spkg_name, sage_local, keep_files=False,
8989
print("Old-style or corrupt stamp file {0}"
9090
.format(stamp_file), file=sys.stderr)
9191
else:
92-
print("Package '{0}' is currently not installed"
93-
.format(spkg_name), file=sys.stderr)
92+
print("No stamp file for package '{0}' in {1}"
93+
.format(spkg_name, spkg_inst), file=sys.stderr)
9494

9595
# Run legacy uninstaller even if there is no stamp file: the
9696
# package may be partially installed without a stamp file

0 commit comments

Comments
 (0)