adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

[bug] pytz warning printed to stdout #78

Closed hubertgrzeskowiak closed 5 years ago

hubertgrzeskowiak commented 5 years ago

I get this warning when using this lib:

WARNING! pytz is not installed. Localized times are not supported.

Is there any way to suppress it? It's not even printed to stderr, but stdout and therefore harder to filter out.

adriank commented 5 years ago

Fixed that and uploaded to PyPi as 0.6.1

hubertgrzeskowiak commented 5 years ago

Woah, fastest bugfix ever!