Skip to content

grass.pygrass: Convert all values to string, not just numbers #2812

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wenzeslaus
Copy link
Member

pathlib.Path and decimal.Decimal should just work as is when calling a tool though pygrass. This converts the value to a string first, i.e., there is no type checking given that everything in Python coverts to a string.

pathlib.Path and decimal.Decimal should just work as is when calling a tool though pygrass. This converts the value to a string first, i.e., there is no type checking given that everything in Python coverts to a string.
@wenzeslaus wenzeslaus added enhancement New feature or request Python Related code is in Python labels Feb 17, 2023
@wenzeslaus wenzeslaus added this to the 8.4.0 milestone Feb 17, 2023
@wenzeslaus wenzeslaus modified the milestones: 8.4.0, 8.5.0 Apr 26, 2024
@echoix echoix added the conflicts/needs rebase Rebase to or merge with the latest base branch is needed label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflicts/needs rebase Rebase to or merge with the latest base branch is needed enhancement New feature or request Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants