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

IMPLEMENTATION_CHOICES can't use dynamic device discovery due to circular imports #7

Open
Dantali0n opened this issue Jul 29, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Dantali0n
Copy link
Owner

The IMPLEMENTATION_CHOICES variable needs to be fully evaluated statically as it is used to fill possible values in database table columns. However, due to circular imports the DeviceManager its dynamic discovery features can't be used in this static context.

@Dantali0n Dantali0n added bug Something isn't working help wanted Extra attention is needed labels Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant