We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Structprop doesn't like DOS line endings at all and barfs on the first line with an unhelpful error, e.g:
structprop.ParserError: expected '=' or '{' got ''
We should probably be able to handle this, or at the very least exit with an error message that helps track the problem down.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Structprop doesn't like DOS line endings at all and barfs on the first line with an unhelpful error, e.g:
structprop.ParserError: expected '=' or '{' got ''
We should probably be able to handle this, or at the very least exit with an error message that helps track the problem down.
The text was updated successfully, but these errors were encountered: