Closed Jython1415 closed 11 months ago
logger is not the best name for the logger object. Use _MODULE_LOGGER to stick to conventions.
logger
_MODULE_LOGGER
Fixed with https://github.com/Jython1415/zolltools/commit/7d1814cefa1eccda86285b2a27de1049b81cf710
Description
logger
is not the best name for the logger object. Use_MODULE_LOGGER
to stick to conventions.