You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alexander Bezzubov (JIRA)" <ji...@apache.org> on 2016/07/04 09:09:11 UTC

[jira] [Created] (ZEPPELIN-1105) Python: use paragraph status ERROR for syntax errors and exceptions

Alexander Bezzubov created ZEPPELIN-1105:
--------------------------------------------

             Summary: Python: use paragraph status ERROR for syntax errors and exceptions
                 Key: ZEPPELIN-1105
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1105
             Project: Zeppelin
          Issue Type: Improvement
          Components: python-interpreter
            Reporter: Alexander Bezzubov
            Assignee: Alexander Bezzubov


Right now python interpreter reports paragraph status FINISHED even in case if there was SyntaxError or exception during code execution.

To test, try
{code}
'2' + 2
#or
import something-strange
{code}

This issue is about adding paragraph status ERROR in case any error has happened during code execution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)