-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
I've the following error when I'm trying to parse a file:
Illegal character '\xa0' at 1:2065 after LexToken(ID,'Â',1,2064)
File "<string>", line unknown
SyntaxError: Unexpected token (ID, 'params') at 1:2066 between LexToken(ID,'Â',1,2064) and LexToken(PERIOD,'.',1,2072)
It comes from these lines of code:
if (!(params.args && params.args[0] !== undefined)) {
params.kwargs.domain = options.domain || params.domain || params.kwargs.domain || [];
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels