diff options
-rwxr-xr-x | bin/dohtml.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |