Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/
Date: Fri, 27 Apr 2012 20:33:17
Message-Id: 1335558773.223c06f02cd23c2c4331273a13f00a7471cde217.zorry@gentoo
1 commit: 223c06f02cd23c2c4331273a13f00a7471cde217
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 20:32:53 2012 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 20:32:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=223c06f0
7
8 fix a typo in readconf.py
9
10 ---
11 gobs/pym/readconf.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/gobs/pym/readconf.py b/gobs/pym/readconf.py
15 index 0e4af2d..6b58ea9 100644
16 --- a/gobs/pym/readconf.py
17 +++ b/gobs/pym/readconf.py
18 @@ -33,7 +33,7 @@ class get_conf_settings(object):
19 # Buildhost setup (host/setup on guest)
20 if element[0] == 'GOBSCONFIG':
21 get_gobs_config = element[1]
22 - if element[0] == 'LOGFILES':
23 + if element[0] == 'LOGFILE':
24 get_gobs_logfile = element[1]
25 open_conffile.close()