You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2019/03/29 19:34:56 UTC

[qpid-dispatch] 01/02: NOJIRA: terminate html document body

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 <ch...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org