Skip to content

Commit

Permalink
Removed pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed May 11, 2018
1 parent 6ef0942 commit 1396799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipenv_pipes/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def find_binary(envpath):
if os.path.exists(binpath):
return binpath
else:
import pdb; pdb.set_trace()
raise EnvironmentError('could not find python binary: {}'.format(envpath))


Expand Down

0 comments on commit 1396799

Please sign in to comment.