Merge branch 'patch-1' of https://github.com/sfermigier/xonsh into vox-rm

This commit is contained in:
Anthony Scopatz 2020-08-01 14:37:38 -05:00
commit 41a600de51

View file

@ -209,8 +209,8 @@ class VoxHandler:
del self.vox[name]
except voxapi.EnvironmentInUse:
print(
'The "%s" environment is currently active. In order to remove it, deactivate it first with "vox deactivate %s".\n'
% (name, name),
'The "%s" environment is currently active. In order to remove it, deactivate it first with "vox deactivate".\n'
% name,
file=sys.stderr,
)
return