[
https://issues.apache.org/jira/browse/ZOOKEEPER-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161033#comment-16161033
]
ASF GitHub Bot commented on ZOOKEEPER-2777:
-------------------------------------------
GitHub user nikhilbhide opened a pull request:
https://github.com/apache/zookeeper/pull/364
ZOOKEEPER-2777: There is a typo in zk.py which prevents from
using/compiling it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nikhilbhide/zookeeper master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/364.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #364
----
commit 4c9ff8ec195abb5b0c93e8f963c5d5800554d18f
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T16:41:48Z
corrected typo in pp_zk
ZOOKEEPER-2777: There is a typo in zk.py which prevents from
using/compiling it.
commit f96c4748694039dbb4390205429f4664f6c152bd
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:23:59Z
Removed extra spaces from zk.py
commit 521beca98c61c92ee0e3c304c4187de1e3b961ef
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T17:45:38Z
Added required space after package declaration in StringUtils.java
commit 1c960155bd60abf833e628b2056368bbfffed135
Author: Nikhil Bhide <[email protected]>
Date: 2017-08-24T18:03:00Z
Update StringUtils.java
----
> There is a typo in zk.py which prevents from using/compiling it.
> ----------------------------------------------------------------
>
> Key: ZOOKEEPER-2777
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2777
> Project: ZooKeeper
> Issue Type: Bug
> Components: contrib
> Affects Versions: 3.4.10
> Environment: Linux
> Reporter: Frederic Leger
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> While trying to create an RPM from zookeeper 3.4.10, I got an error when it
> tried to compile the file :
> zookeeper/contrib/zkpython/src/python/zk.py", line 55
> """Pretty print(a zookeeper tree, starting at root""")
> ^
> SyntaxError: invalid syntax
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)