Skip to content

Commit d74de98

Browse files
Nishikar SapkotaNishikar Sapkota
authored andcommitted
changed phrasing of environment not found message.
1 parent 4ce11e7 commit d74de98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ function rmvirtualenv {
521521
fi
522522

523523
if [ ! -d "$env_dir" ]; then
524-
echo "Cannot remove '$env_name'. No such environment." >&2
524+
echo "Did not find environment $env_dir to remove." >&2
525525
fi
526526

527527
# Move out of the current directory to one known to be

0 commit comments

Comments
 (0)