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
:AnonPy
class inherits fromLogHander
which isn't necessary, at all:TypeError
would have been raised:Remarks
AnonPy
class currently takes a lot of parametersenable_logging
parameter could be moved over to theLogHandler
class, to be turned into a builder function? This would also encourage to passLogHandler
as a parameter, which loosens up the relationship betweenAnonPy
andLogHandler
Planning Status
Scheduled for version 1.0.0
Beta Was this translation helpful? Give feedback.
All reactions