yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

Remove/hide openpyxl deprecation warnings from stdout #6

Closed yulqen closed 5 years ago

yulqen commented 5 years ago

Use does not need to see these. They can be included in the log files though.

yulqen commented 5 years ago

Advise check out https://pymotw.com/3/warnings/ (Alternate Message Delivery Funtions) for example of redirecting warnings from stdout to logging - just need to get logging set up properly first.

yulqen commented 5 years ago

Fixed in https://github.com/hammerheadlemon/bcompiler-engine/commit/ed107a67ee0ce9c105be4824bd233044f6699cb6