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; }