Replace print statement with logger#187
Conversation
|
@jochasinga you can auto-fix the linting errors before committing by following step 3 here. We use I'm not sure we should be changing the |
|
Ya, if we eventually want to push the package to PyPi then I think we'll need to stick with print statements? Not sure how the logger would interact with pip. Per the linked issue, I think switching to using a logger for the tests making sense, but not the install script. |
This reverts commit 853d481. It's best to leave print statements in the setup script. See also: mc2-project#179
As per #179