From 7f5465e80f06d428e94d111c00216e406e85973c Mon Sep 17 00:00:00 2001 From: Bruce Potter Date: Thu, 5 Dec 2013 08:42:12 -0500 Subject: [PATCH] filter out another useless line of output from xhtml2pdf in getxcatdocs --- xCAT-client/bin/getxcatdocs | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/getxcatdocs b/xCAT-client/bin/getxcatdocs index eefa1965d..e21737672 100755 --- a/xCAT-client/bin/getxcatdocs +++ b/xCAT-client/bin/getxcatdocs @@ -183,6 +183,7 @@ sub runh2p { while () { next if /DeprecationWarning:\sthe sets module is deprecated/; next if /from sets import ImmutableSet/; + next if /^\s*import sets\s*$/; next if /^Converting\ssourceforge.net/; print; }