From 3ea97985ed33afb010042d7694afe6633b6ea521 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 31 Oct 2009 23:35:39 +0000 Subject: 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 --- bin/dohtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22