Misc Bug Fixes #43
Closed
StefanGreve
started this conversation in
Feature Requests
Replies: 2 comments
-
|
See also #46 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Closed by #50 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Preamble
This ticket describes first and foremost a small collection of bugs that were discovered during usability tests. However, it's also labeled as enhancement because we want to take this as an opportunity to refactor some of the code here as well.
Requirements
src/anonpy/__init__.py:AnonPyclass inherits fromLogHanderwhich isn't necessary, at all:TypeErrorwould have been raised:Remarks
AnonPyclass currently takes a lot of parametersenable_loggingparameter could be moved over to theLogHandlerclass, to be turned into a builder function? This would also encourage to passLogHandleras a parameter, which loosens up the relationship betweenAnonPyandLogHandlerPlanning Status
Scheduled for version 1.0.0
Beta Was this translation helpful? Give feedback.
All reactions