Skip to content

Commit

Permalink
create passed conda, not env
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Mar 6, 2013
1 parent bc7fe9a commit 955dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/planners.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def create_create_plan(prefix, conda, spec_strings):
features |= pkg.track_features
log.debug("features: %s\n" % features)

all_pkgs = _replace_with_features(env.conda, all_pkgs, features, env_constraints)
all_pkgs = _replace_with_features(conda, all_pkgs, features, env_constraints)

# download any packages that are not available
for pkg in all_pkgs:
Expand Down

0 comments on commit 955dbe7

Please sign in to comment.