From: Zac Medico Date: Sat, 31 Oct 2009 23:35:39 +0000 (-0000) Subject: For compatibility, still exit successfully if there are skipped directories. X-Git-Tag: v2.1.7.3~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ea97985ed33afb010042d7694afe6633b6ea521;p=portage.git For compatibility, still exit successfully if there are skipped directories. We can make it more strict later. (trunk r14762) svn path=/main/branches/2.1.7/; revision=14765 --- diff --git a/bin/dohtml.py b/bin/dohtml.py index 84bc92f10..421b5e71f 100755 --- 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