Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 16, 2013
1 parent 310f330 commit 8b01455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda/cli/main_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import re
from argparse import RawDescriptionHelpFormatter

import common
import conda.config as config

descr = """
Expand Down Expand Up @@ -128,7 +127,7 @@ def execute(args, parser):
new_rc_text.insert(pos + 1, "%s - %s" % (leading_space, item))
added = True
if not added:
raise NotImplementedError("Adding new keys")
raise NotImplementedError("Adding new keys is not yet implemented")

if args.add:
# Verify that the new rc text parses to the same thing as if we had
Expand Down

0 comments on commit 8b01455

Please sign in to comment.