projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c70bc8
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 10 Aug 2008 02:00:42 +0000
(
02:00
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 10 Aug 2008 02:00:42 +0000
(
02:00
-0000)
svn path=/main/trunk/; revision=11382
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index ae36464ba2582392315d510e19e62a85f8177bca..cd17ca60c3a7020623d810a03b3a69520c130814 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-9526,7
+9526,7
@@
class Scheduler(PollScheduler):
settings = merge.merge.settings
build_dir = settings.get("PORTAGE_BUILDDIR")
build_log = settings.get("PORTAGE_LOG_FILE")
- fetch_log = self._fetch_
L
og
+ fetch_log = self._fetch_
l
og
self._failed_pkgs.append(self._failed_pkg(
build_dir=build_dir, build_log=build_log,