You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alex Howard (JIRA)" <ji...@apache.org> on 2017/02/15 11:19:41 UTC

[jira] [Created] (ZEPPELIN-2119) Python interpreter prints sets of dots after comments

Alex Howard created ZEPPELIN-2119:
-------------------------------------

             Summary: Python interpreter prints sets of dots after comments
                 Key: ZEPPELIN-2119
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2119
             Project: Zeppelin
          Issue Type: Bug
          Components: python-interpreter
    Affects Versions: 0.7.0
         Environment: CentOS 7.3, jdk1.7.0_80
            Reporter: Alex Howard
             Fix For: 0.6.2


This looks to be new behavior in version 0.7.0. When using python interpreter, it appears as if comments are causing subsequent print statements to be prefixed with 3 dots "...".  For example:

{noformat}
%python

print "testing testing 123"
# comment #foo
#
#
print "Extra dots appear after comment"
{noformat}

It looks that for each comment on a new line, an additional set of 3 dots are printed:

{noformat}
testing testing 123
... ... ... Extra dots appear after above 3 comments
{noformat}





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)