You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have made the syntax of expressions better (See also issue #713). When you still use the old syntax in a script, you are likely to get a Lexer error, telling you about an Unexpected character '''.
It will point you to the culprit character. You can replace the single quotes by double quotes in most cases.
This issue has been created to help you get your script right.
The text was updated successfully, but these errors were encountered:
We have made the syntax of expressions better (See also issue #713). When you still use the old syntax in a script, you are likely to get a Lexer error, telling you about an Unexpected character '''.
It will point you to the culprit character. You can replace the single quotes by double quotes in most cases.
This issue has been created to help you get your script right.
The text was updated successfully, but these errors were encountered: