pycopy-lib
pycopy-lib copied to clipboard
logging error on lineno formater
Getting an error on trying to add format %(lineno)d parameter
code:
logging.Formatter('%(lineno)d, %(name)s, %(message)s')
error:
TypeError: can't convert NoneType to int
note sure about issue, but beware that line numbers may be an optionnal feature in some build.