Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to print installed packages and their versions in verbose mod… #32

Merged
merged 2 commits into from
Aug 31, 2016

Conversation

MahatmaCane
Copy link
Contributor

…e added

@MahatmaCane
Copy link
Contributor Author

Closes #15

@@ -77,6 +77,8 @@ def create_env(spec, force_recreation=False, extra_channels=()):
for tar_name in full_list_of_packages:
pkg_info = index[tar_name]
dist_name = tar_name[:-len('.tar.bz2')]
conda_execute_logger = logging.getLogger('conda-execute')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come you didn't use the existing conda-tmpenv logger?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't read your config.py file properly - thought it was only the conda-execute logger in execute.py which was being set to the user-specified noise threshold. Can change this if you like?

@pelson pelson merged commit f3ae0d1 into conda-tools:master Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants