projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20fa11
)
For compatibility, still exit successfully if there are skipped directories.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 31 Oct 2009 22:59:35 +0000
(22:59 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 31 Oct 2009 22:59:35 +0000
(22:59 -0000)
We can make it more strict later.
svn path=/main/trunk/; revision=14762
bin/dohtml.py
patch
|
blob
|
history
diff --git
a/bin/dohtml.py
b/bin/dohtml.py
index 84bc92f1051e56fcb14116af6790c074b630cc0f..421b5e71feafb7fa15edec08ae93993d6961547a 100755
(executable)
--- a/
bin/dohtml.py
+++ b/
bin/dohtml.py
@@
-181,7
+181,7
@@
def main():
eqawarn(["QA Notice: dohtml on directory " + \
"'%s' without recursion option" % x])
- if success
and not skipped_directories
:
+ if success:
retcode = 0
else:
retcode = 1