From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-813546-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E7E6138D02 for <garchives@archives.gentoo.org>; Fri, 19 Jun 2015 19:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4448E07B2; Fri, 19 Jun 2015 19:19:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73CB3E07C5 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2015 19:19:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38A163408EC for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2015 19:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E76A26 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2015 19:19:27 +0000 (UTC) From: "Devan Franchini" <twitch153@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" <twitch153@gentoo.org> Message-ID: <1434741554.f58b8a92cbeb98a0360085090815d1e118ad1c13.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/config.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: f58b8a92cbeb98a0360085090815d1e118ad1c13 X-VCS-Branch: experimental Date: Fri, 19 Jun 2015 19:19:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e0b5fa14-62a0-44d2-ad48-e9da428ed820 X-Archives-Hash: 23cedcbc3ab74930be725a026d475828 commit: f58b8a92cbeb98a0360085090815d1e118ad1c13 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Tue Oct 14 19:15:27 2014 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Fri Jun 19 19:19:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=f58b8a92 config.py: Changes --query nargs to 2 WebappConfig/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebappConfig/config.py b/WebappConfig/config.py index 84840bb..acf7b7a 100644 --- a/WebappConfig/config.py +++ b/WebappConfig/config.py @@ -633,7 +633,7 @@ class Config: 'instructions when they were shown to you ;-)') info_opts.add_argument('--query', - action='store_true') + nargs=2) #----------------------------------------------------------------- # Other Options