summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index dee3005a5..f94870b87 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -500,6 +500,9 @@ def env_update(makelinks=1, target_root=None, prev_mtimes=None):
writemsg("!!! '%s'\n" % str(e), noiselevel=-1)
del e
continue
+ if myconfig is None:
+ # file removed by a concurrent process
+ raise portage_exception.FileNotFound(file_path)
# process PATH, CLASSPATH, LDPATH
for myspec in specials.keys():
if myconfig.has_key(myspec):