Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/
Date: Tue, 01 Sep 2015 04:50:29
Message-Id: 1441082954.7a036cf0fb918d95498d84577463db35c2eccc97.dolsen@gentoo
1 commit: 7a036cf0fb918d95498d84577463db35c2eccc97
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 04:47:45 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 04:49:14 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7a036cf0
7
8 main.py: Remove 2 debug prints causing misleading information
9
10 In this part if the code, these inital defaults are not yet updated.
11 The valuse are updated later in the code.
12
13 catalyst/main.py | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/catalyst/main.py b/catalyst/main.py
17 index a222209..dd3c517 100644
18 --- a/catalyst/main.py
19 +++ b/catalyst/main.py
20 @@ -101,13 +101,11 @@ def parse_config(myconfig):
21 # now, load up the values into conf_values so that we can use them
22 for x in list(confdefaults):
23 if x in myconf:
24 - print "Setting",x,"to config file value \""+myconf[x]+"\""
25 if x == 'options':
26 conf_values[x] = set(myconf[x].split())
27 else:
28 conf_values[x]=myconf[x]
29 else:
30 - print "Setting",x,"to default value \""+confdefaults[x]+"\""
31 conf_values[x]=confdefaults[x]
32
33 # add our python base directory to use for loading target arch's