summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/__init__.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-03-02 13:44:03 +0000
committerMarius Mauch <genone@gentoo.org>2008-03-02 13:44:03 +0000
commit14f0cfea20444383e9b0d0bbb9118c093f7f4bb8 (patch)
tree622e4d049a3cbfcff3a7330dc72e7c34fdbc72d6 /pym/portage/elog/__init__.py
parentc956a435365bc19f746eb75650b21a5613683783 (diff)
downloadportage-14f0cfea20444383e9b0d0bbb9118c093f7f4bb8.tar.gz
portage-14f0cfea20444383e9b0d0bbb9118c093f7f4bb8.tar.bz2
portage-14f0cfea20444383e9b0d0bbb9118c093f7f4bb8.zip
ensure that global variables are used to prevent confusing issues like bug #212055
svn path=/main/trunk/; revision=9407
Diffstat (limited to 'pym/portage/elog/__init__.py')
-rw-r--r--pym/portage/elog/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/elog/__init__.py b/pym/portage/elog/__init__.py
index 5aa6930c7..3039370a3 100644
--- a/pym/portage/elog/__init__.py
+++ b/pym/portage/elog/__init__.py
@@ -56,7 +56,7 @@ def _load_mod(name):
_elog_atexit_handlers = []
_preserve_logentries = {}
def elog_process(cpv, mysettings, phasefilter=None):
-
+ global _elog_atexit_handlers, _preserve_logentries
logsystems = mysettings.get("PORTAGE_ELOG_SYSTEM","").split()
for s in logsystems: