From commits-return-9992-apmail-community-commits-archive=community.apache.org@community.apache.org Sat Aug 3 07:11:03 2019 Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 6005519921 for ; Sat, 3 Aug 2019 07:11:03 +0000 (UTC) Received: (qmail 87715 invoked by uid 500); 3 Aug 2019 07:11:02 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 87696 invoked by uid 500); 3 Aug 2019 07:11:02 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 87687 invoked by uid 99); 3 Aug 2019 07:11:02 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Aug 2019 07:11:02 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E41CE3A0573 for ; Sat, 3 Aug 2019 07:11:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1864309 - /comdev/reporter.apache.org/trunk/site/wizard/kibble.py Date: Sat, 03 Aug 2019 07:11:01 -0000 To: commits@community.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190803071101.E41CE3A0573@svn01-us-west.apache.org> Author: humbedooh Date: Sat Aug 3 07:11:01 2019 New Revision: 1864309 URL: http://svn.apache.org/viewvc?rev=1864309&view=rev Log: typo! Modified: comdev/reporter.apache.org/trunk/site/wizard/kibble.py Modified: comdev/reporter.apache.org/trunk/site/wizard/kibble.py URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/kibble.py?rev=1864309&r1=1864308&r2=1864309&view=diff ============================================================================== --- comdev/reporter.apache.org/trunk/site/wizard/kibble.py (original) +++ comdev/reporter.apache.org/trunk/site/wizard/kibble.py Sat Aug 3 07:11:01 2019 @@ -136,7 +136,7 @@ def main(): } } } - outpout = json.dumps(js, indent = 2) + output = json.dumps(js, indent = 2) with open(cache_file, 'w') as f: f.write(output) f.close()