Closed peterbe closed 5 years ago
This is what happened:
def foo(index_url="SOME_DEFAULT"):
print(repr(index_url))
foo(index_url=None)
The output of that becomes:
None
@nmacinnis I'm confident this PR fixes the problem and so I'm going to go ahead and land it. Again, sorry I didn't test this manually enough.
Ack, shame on me! Thanks for catching it and fixing!
Fixes #108
CC @nmacinnis