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
The following commit(s) were added to refs/heads/master by this push:
new 0391693 DISPATCH-1216: Scraper - new arg default when otherwise
unspecified
0391693 is described below
commit 03916931151ef9cedb78ef2febaeb9b98b29dc90
Author: Chuck Rolke <[email protected]>
AuthorDate: Fri Dec 14 15:32:57 2018 -0500
DISPATCH-1216: Scraper - new arg default when otherwise unspecified
---
tools/scraper/parser.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/scraper/parser.py b/tools/scraper/parser.py
index 67eb0c8..a14b98f 100755
--- a/tools/scraper/parser.py
+++ b/tools/scraper/parser.py
@@ -720,7 +720,7 @@ class ParsedLogLine(object):
return "<a href=\"#%s\">%s</a>" % (self.fid, "%s%d_%s" %
(common.log_letter_of(self.index),
self.instance, str(self.lineno)))
- def __init__(self, _log_index, _instance, _lineno, _line, _comn, _router,
opaque):
+ def __init__(self, _log_index, _instance, _lineno, _line, _comn, _router,
opaque=None):
"""
Process a naked qpid-dispatch log line
A log line looks like this:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]