filter out another useless line of output from xhtml2pdf in getxcatdocs
This commit is contained in:
parent
75f28121ec
commit
7f5465e80f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user