-
Notifications
You must be signed in to change notification settings - Fork 6
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
Incorrect line number 1 for no_contact and others. #60
Comments
Thank you for reporting this issue. The line number variable was overridden which caused these undesired results. This issue is fixed now. |
This doesn't actually seem to be fixed? Still see the same issue for e.g. no_expire. I also don't see any code changes that I had expected would fix this. |
It was a human off by one error on our side, actually the error on our side was about the somewhat cryptic |
0.9.0 introduced an issue where errors that do not relate to a specific line, e.g. no_contact or no_expire, have their
line
set to 1, where this should be NoneSuspected cause: initially set to 1 here, and this new code in d56b65a will use that original setting unless an explicit other line number is given, and a None value keeps the existing value.
In other error combinations, I think other incorrect line numbers can occur.
The text was updated successfully, but these errors were encountered: