Error when parse STDF contain GDR
Open
- Dominant language
- Python
- Stars
- 183
- Forks
- 94
- Avg merge
- 3m
- Merged PRs (30d)
- 2
Description
I found there is an error, when parser GDR.
The reason is in class TextWriter. The method "text_format" is a static method without "self", but in GDR brantch "self.delimiter" is used and lead to the error.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for the TextWriter class and its text_format method, then inspect the GDR parsing branch where self.delimiter is used. Reproduce the error with an STDF file containing GDR data if available, and verify that parsing completes without the reported method-call failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100