2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

filter out another useless line of output from xhtml2pdf in getxcatdocs

This commit is contained in:
Bruce Potter
2013-12-05 08:42:12 -05:00
parent 75f28121ec
commit 7f5465e80f

View File

@ -183,6 +183,7 @@ sub runh2p {
while (<OUT>) {
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;
}