Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/
Date: Wed, 22 Jan 2014 16:50:04
Message-Id: 1390404508.a37dd17b3b4760d2ef6eff35d8a47b348d5cfc7e.twitch153@gentoo
1 commit: a37dd17b3b4760d2ef6eff35d8a47b348d5cfc7e
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: Wed Jan 22 15:28:28 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=a37dd17b
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') +