summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dohtml.py')
-rwxr-xr-xbin/dohtml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dohtml.py b/bin/dohtml.py
index 84bc92f1..421b5e71 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