This is an automated email from the ASF dual-hosted git repository. chug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit f169c194fa2b057d2b79887538c96f472aa4c1b7 Author: Chuck Rolke <[email protected]> AuthorDate: Fri Mar 29 15:23:15 2019 -0400 NOJIRA: terminate html document body --- tools/scraper/log_splitter.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/scraper/log_splitter.py b/tools/scraper/log_splitter.py index 30ffc76..c321093 100755 --- a/tools/scraper/log_splitter.py +++ b/tools/scraper/log_splitter.py @@ -648,7 +648,10 @@ def main_except(log_fn): lf.summarize_connections() # prints web page to console lf.write_subfiles() # generates split files one-per-connection lf.aggregate_addresses() # print address table html to console - pass + + # close the doc + print("</body>") + def main(argv): try: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
