-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.error handlingImproving the ways errors are reported to usersImproving the ways errors are reported to usersjythonUses of Python as expression language via JythonUses of Python as expression language via Jython
Description
To Reproduce
- Select "Add Column based on this Column"
- With the expression
cells.a.value.toNumber() - cells.b.value.toNumber()
, switch the expression language to Python
Current Results
No error message is displayed, presumably because the response has an "ok" status:
{"code":"ok","results":[{"message":"Traceback (most recent call last):\n File \"<string>\", line 2, in __temp_594255022__\nAttributeError: 'unicode' object has no attribute 'toNumber'\n"}]}
Expected Behavior
The error message should be displayed to the user
Metadata
Metadata
Assignees
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.error handlingImproving the ways errors are reported to usersImproving the ways errors are reported to usersjythonUses of Python as expression language via JythonUses of Python as expression language via Jython