Skip to content

Commit

Permalink
refactor ExceptionHandler so it can be more easily extended
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Jun 23, 2017
1 parent 2788631 commit 52b1234
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 213 deletions.
1 change: 1 addition & 0 deletions conda/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def install(args, parser, command='install'):
"""
conda install, conda update, and conda create
"""
raise CondaValueError("stuff")
context.validate_configuration()
newenv = bool(command == 'create')
isupdate = bool(command == 'update')
Expand Down
Loading

0 comments on commit 52b1234

Please sign in to comment.