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

fix: COMPU-DEFAULT-VALUE parsing issue by modifying its hierarchical … #281

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

akikaede6
Copy link
Contributor

During my usage of this tool, I encountered an issue where the COMPU-DEFAULT-VALUE within my COMPU-METHOD was always returned as None, despite the presence of COMPU-DEFAULT-VALUE entries in my ODX files. Upon inspecting the code, I discovered that the hierarchical level of COMPU-DEFAULT-VALUE was incorrectly placed under COMPU-METHOD. However, according to the actual structure, COMPU-DEFAULT-VALUE should be located under COMPU-INTERNAL-TO-PHYS.

I proceeded to adjust the hierarchical level of the element accordingly, and after this modification, the COMPU-DEFAULT-VALUE was successfully parsed. This fix addresses a parsing issue and ensures that COMPU-DEFAULT-VALUE is correctly interpreted from the ODX files, adhering to the expected structure.

I hope this modification can be reviewed and integrated to improve the tool's reliability and usefulness for all users facing similar issues.

Thank you for considering this pull request.

@CLA-Mercedes-Benz
Copy link

CLA-Mercedes-Benz commented Mar 27, 2024

CLA assistant check
All committers have signed the CLA.

@andlaus
Copy link
Collaborator

andlaus commented Mar 27, 2024

looks good, let's merge. (I'll make a point release...)

@andlaus andlaus merged commit 217ad48 into mercedes-benz:main Mar 27, 2024
7 checks passed
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.

None yet

3 participants