Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Oct 15, 2015
1 parent a9e366a commit 39b3ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ def mk_menus(prefix, files, remove=False):
if not menu_files:
return
elif basename(abspath(prefix)).startswith('_'):
logging.warn("Environment name starts with underscore (_). Skipping menu installation.")
logging.warn("Environment name starts with underscore '_'. "
"Skipping menu installation.")
return

try:
Expand Down

0 comments on commit 39b3ae8

Please sign in to comment.