From dev-return-63257-apmail-zookeeper-dev-archive=zookeeper.apache.org@zookeeper.apache.org Thu Aug 24 17:20:16 2017 Return-Path: X-Original-To: apmail-zookeeper-dev-archive@www.apache.org Delivered-To: apmail-zookeeper-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D3FF19B43 for ; Thu, 24 Aug 2017 17:20:16 +0000 (UTC) Received: (qmail 18798 invoked by uid 500); 24 Aug 2017 17:20:16 -0000 Delivered-To: apmail-zookeeper-dev-archive@zookeeper.apache.org Received: (qmail 18681 invoked by uid 500); 24 Aug 2017 17:20:13 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 18670 invoked by uid 99); 24 Aug 2017 17:20:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2017 17:20:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 20A68C039E for ; Thu, 24 Aug 2017 17:20:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Eh0CWpEU8WGO for ; Thu, 24 Aug 2017 17:20:12 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A025D5FB2F for ; Thu, 24 Aug 2017 17:20:11 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A30CEE0295 for ; Thu, 24 Aug 2017 17:20:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3AC4725381 for ; Thu, 24 Aug 2017 17:20:00 +0000 (UTC) Date: Thu, 24 Aug 2017 17:20:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-2777) There is a typo in zk.py which prevents from using/compiling it. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140338#comment-16140338 ] ASF GitHub Bot commented on ZOOKEEPER-2777: ------------------------------------------- GitHub user nikhilbhide reopened a pull request: https://github.com/apache/zookeeper/pull/346 ZOOKEEPER-2777: There is a typo in zk.py which prevents from using/compiling it. 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/346.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 #346 ---- commit 4c9ff8ec195abb5b0c93e8f963c5d5800554d18f Author: Nikhil Bhide 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. ---- > 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)