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

update to add version string to package (needs testing) #456

Closed
wants to merge 5 commits into from

Conversation

nnshah1
Copy link
Contributor

@nnshah1 nnshah1 commented Jan 6, 2024

No description provided.

@debermudez
Copy link
Contributor

LGTM. How do we wanna test this?

@nnshah1
Copy link
Contributor Author

nnshah1 commented Jan 6, 2024

LGTM. How do we wanna test this?

I think we can add a test to CI to print out the version - but would need some help in finding where that would be

# unknown version if package is not installed
try:
__version__ = version("tritonclient")
except PackageNotFoundError:

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
@debermudez
Copy link
Contributor

debermudez commented Jan 6, 2024

I think we can add a test to CI to print out the version - but would need some help in finding where that would be

I will add a ticket and we can follow up next week.

@nnshah1 nnshah1 closed this May 14, 2024
@nnshah1 nnshah1 deleted the nnshah1-add-version branch May 14, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants