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

Convert warn handling from print to stdout/sterr to Python module warnings for all obspy modules. #41

Closed
trac2github opened this issue Sep 9, 2012 · 2 comments

Comments

@trac2github
Copy link

essentially search for allprint messages and replace if its not a raised exception but a warning!

Example
{{{
warnings.warn("--report-profile option is deprecated and a no-op "
"since Twisted 8.0.", category=DeprecationWarning)
}}}

@trac2github
Copy link
Author

Milestone 0.4.0 deleted

@trac2github
Copy link
Author

[barsch](In [1961]) - closes #41

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

No branches or pull requests

1 participant