For compatibility, still exit successfully if there are skipped directories.
authorZac Medico <zmedico@gentoo.org>
Sat, 31 Oct 2009 22:59:35 +0000 (22:59 -0000)
committerZac 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

index 84bc92f1051e56fcb14116af6790c074b630cc0f..421b5e71feafb7fa15edec08ae93993d6961547a 100755 (executable)
@@ -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