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

Package version use needs to be fixed #214

Open
nsoblath opened this issue Mar 7, 2024 · 0 comments
Open

Package version use needs to be fixed #214

nsoblath opened this issue Mar 7, 2024 · 0 comments

Comments

@nsoblath
Copy link
Member

nsoblath commented Mar 7, 2024

Currently the location where the dragonfly version is accessed and used is not correct, nor is the way that it's used, meaning that we don't get dragonfly information in DL messages.

Currently it's accessed in dragonfly/dripline/extensions/jitter/__init__.py. It needs to be in dragonfly/dripline/extensions/__init__.py.

Furthermore, it's not stored in dl/core with core.add_version() as is done in dripline/dripline/__init__.py.

At the same time, prints should be switched to logging. The exception catching should be kept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant