From 3b0c5f8132330d7ebdd468718e8b7aebd27c1524 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 31 Oct 2009 22:59:35 +0000 Subject: For compatibility, still exit successfully if there are skipped directories. We can make it more strict later. svn path=/main/trunk/; revision=14762 --- bin/dohtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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