Skip to content

Commit

Permalink
pep8 comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qwcode committed Apr 20, 2013
1 parent 2c14940 commit dc70d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pip/req.py
Expand Up @@ -1049,8 +1049,8 @@ def prepare_files(self, finder, force_root_egg_info=False, bundle=False):
unpack = True
url = None

#if a checkout exists, it's unwise to keep going
#version inconsistencies are logged later, but do not fail the installation
# If a checkout exists, it's unwise to keep going.
# Version inconsistencies are logged later, but do not fail the installation.
if os.path.exists(os.path.join(location, 'setup.py')):
msg = textwrap.dedent("""
pip can't install requirement '%s' due to a pre-existing build directory.
Expand Down

0 comments on commit dc70d49

Please sign in to comment.