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

Parsing file fails sometimes if function being parsed starts on first line of the file. #1498

Open
kwalkerAvst opened this issue Jan 30, 2024 · 0 comments

Comments

@kwalkerAvst
Copy link

I have found an issue when parsing a script file where if the function I want to extract the value starts on the first line, sometimes the parsing fails to extract the value.

As a workaround, if I add a new line to the file with a blank comment on it before parsing then it always parses as expected.

Does anyone know what may cause this, and has this issue been seen before?

My colleague raised a similar issue before at #1468 but we never heard of any reason this may occur.

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

No branches or pull requests

1 participant