Closed loiccoyle closed 4 years ago
Hello @loiccoyle! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
pytimber/pytimber.py
:Line 913:80: E501 line too long (84 > 79 characters)
it is not the API but jpype that no longer allows to access private members. Thanks for the fix!
Hi again, I'm now getting the following error:
It seems the API of
java.util.TreeMap.Entry
changed andvalue
no longer exists ? Replacingvalue
withgetValue()
seems to have fixed it.I also added a simple test for the
getMetaData
method.