source.py & element.py: Fixing SourceError() and ElementError() constructors.
Recently I added the `reason` member which can be used to set machine readable error reason strings for the purpose of testing. Forgot to add the necessary `*` argument, forcing `reason` to be a keyword-only argument.
Loading
Please register or sign in to comment