Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11457 - main/trunk/bin
Date: Sat, 23 Aug 2008 09:20:27
Message-Id: E1KWpIH-0002HH-9l@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-08-23 09:20:24 +0000 (Sat, 23 Aug 2008)
3 New Revision: 11457
4
5 Modified:
6 main/trunk/bin/portageq
7 Log:
8 Flush stdout after the loop inside filter_protected() completes.
9
10
11 Modified: main/trunk/bin/portageq
12 ===================================================================
13 --- main/trunk/bin/portageq 2008-08-23 09:18:22 UTC (rev 11456)
14 +++ main/trunk/bin/portageq 2008-08-23 09:20:24 UTC (rev 11457)
15 @@ -310,6 +310,7 @@
16 if protect_obj.isprotected(f):
17 protected += 1
18 out.write("%s\n" % filename)
19 + out.flush()
20
21 if errors:
22 return 2