Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialisation of class GatewayDriver and class GatewayService parents still appears wrong #70

Open
gjr80 opened this issue Feb 8, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@gjr80
Copy link
Owner

gjr80 commented Feb 8, 2024

Both class GatewayDriver and class GatewayService have dual inheritance so care needs to be take when calling the __init__ for the parent classes. This was thought to have been fixed earlier in v0.6.0, but it appears that one class uses super() and the other uses direct calls to the parent class __init__. Furthermore, at least once call seems use the wrong config dict.

@gjr80 gjr80 added the question Further information is requested label Feb 8, 2024
@gjr80 gjr80 self-assigned this Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant