Skip to content

remove poetry based version check#380

Open
bendhouseart wants to merge 2 commits intomainfrom
bug-update-version-fetch
Open

remove poetry based version check#380
bendhouseart wants to merge 2 commits intomainfrom
bug-update-version-fetch

Conversation

@bendhouseart
Copy link
Contributor

@bendhouseart bendhouseart commented Mar 6, 2026


📚 Documentation preview 📚: https://pet2bids--380.org.readthedocs.build/en/380/

@@ -311,6 +311,9 @@ def get_version():
attrs = tomlfile.get("tool", {})
poetry = attrs.get("poetry", {})
version = poetry.get("version", "")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = poetry.get("version", "")

@@ -311,6 +311,9 @@ def get_version():
attrs = tomlfile.get("tool", {})
poetry = attrs.get("poetry", {})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
poetry = attrs.get("poetry", {})

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

Successfully merging this pull request may close these issues.

1 participant