Skip to content

Commit

Permalink
pip9
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Mar 14, 2018
1 parent 2988018 commit eb342c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipenv/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def main():
import pipenv.core

if is_verbose:
logging.getLogger('pip').setLevel(logging.INFO)
logging.getLogger('pip9').setLevel(logging.INFO)
if is_debug:
# Shit's getting real at this point.
logging.getLogger('pip').setLevel(logging.DEBUG)
logging.getLogger('pip9').setLevel(logging.DEBUG)

if 'PIPENV_PACKAGES' in os.environ:
packages = os.environ['PIPENV_PACKAGES'].strip().split('\n')
Expand Down

0 comments on commit eb342c8

Please sign in to comment.