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, 30 Sep 2011 13:38:33
Message-Id: 6d26dd46607ef7283ca0f6a94b1b252cebe2f811.zorry@gentoo
1 commit: 6d26dd46607ef7283ca0f6a94b1b252cebe2f811
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 13:38:09 2011 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 13:38:09 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=6d26dd46
7
8 comment some open() error
9
10 ---
11 gobs/pym/build_queru.py | 7 +++----
12 1 files changed, 3 insertions(+), 4 deletions(-)
13
14 diff --git a/gobs/pym/build_queru.py b/gobs/pym/build_queru.py
15 index 92d3286..17b6868 100644
16 --- a/gobs/pym/build_queru.py
17 +++ b/gobs/pym/build_queru.py
18 @@ -648,10 +648,9 @@ class queruaction(object):
19
20 def build_procces(self, buildqueru_cpv_dict, build_dict, settings, portdb):
21 build_cpv_list = []
22 - try:
23 - open("/etc/portage/package.use/gobs.use", "a"
24 - except:
25 - pass
26 + #try:
27 + # open("/etc/portage/package.use/gobs.use", "a"
28 + #except:
29 for k, v in buildqueru_cpv_dict.iteritems():
30 build_use_flags_list = []
31 for x, y in v.iteritems():