v5.1.14 #129
BennyThadikaran
announced in
Announcements
v5.1.14
#129
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Last week, I added the logging module to EOD2 to replace the good old print statements. Logging provides better debug experience and error traces. I noticed some minor issues this week and have fixed them in this update.
d468725 (HEAD -> dev) Bump to version 5.1.14
8e40a34 Fix: Failed tests as system exit messages replaced with logging.
d6065db Fix: Incorrectly formatted logging call
869eb8f Add additional context while logging, to improve error debugging
aed2ef3 Replace logging exceptions with warnings as error trace not required.
e9f7282 Minor correction remove f-string usage where not required.
fb3a7c1 Moved some log statements into functions for a cleaner
init.py.576dcc6 No need for error trace when report not available. Only log a warning.
f50f2ce Removed ModuleNotFoundError handling for NSE package.
Beta Was this translation helpful? Give feedback.
All reactions