Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rogue print statement in ini_reader.py #49

Open
rplzzz opened this issue May 14, 2020 · 0 comments · May be fixed by #50
Open

Rogue print statement in ini_reader.py #49

rplzzz opened this issue May 14, 2020 · 0 comments · May be fixed by #50

Comments

@rplzzz
Copy link
Contributor

rplzzz commented May 14, 2020

I found this while tracking down something for Tom:

print('Warning: {} is not a valid parameter'.format(k))

I believe the best practice would be to change print(...) to logging.warning(...)

Also, I grepped the rest of the source for instances of print, and this is the only one.

rplzzz added a commit to rplzzz/xanthos that referenced this issue May 14, 2020
@rplzzz rplzzz linked a pull request May 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant