mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge branch 'patch-1' of https://github.com/sfermigier/xonsh into vox-rm
This commit is contained in:
commit
41a600de51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue