Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/
Date: Sat, 25 Jan 2014 03:15:02
Message-Id: 1390619721.737cfced7f537c73f2666a7389aa23603093150e.twitch153@gentoo
1 commit: 737cfced7f537c73f2666a7389aa23603093150e
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 15:28:28 2014 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 03:15:21 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=737cfced
7
8 WebappConfig/config.py: Fixes spacing issue in --help output.
9
10 ---
11 WebappConfig/config.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/WebappConfig/config.py b/WebappConfig/config.py
15 index c0ea645..1f3fab1 100644
16 --- a/WebappConfig/config.py
17 +++ b/WebappConfig/config.py
18 @@ -389,7 +389,7 @@ class Config:
19
20 group = OptionGroup(self.parser, 'APPLICATION VERSION',
21 'The name and version number of the web appli'
22 - 'cation to install e.g. phpmyadmin 2.5.4. The'
23 + 'cation to install e.g. phpmyadmin 2.5.4. The '
24 'APPLICATION must have already been installed'
25 ' into the '
26 + self.config.get('USER', 'my_approot') +