Revision 1706
Added by Aaron Marcuse-Kubitza over 12 years ago
digir_client | ||
---|---|---|
135 | 135 |
stream.close() |
136 | 136 |
|
137 | 137 |
# Parse diagnostics |
138 |
diags_str = stream.match |
|
138 |
diags_str = stream.matches[0]
|
|
139 | 139 |
debug_log(diags_str, 'diagnostics') |
140 | 140 |
diags = xml_dom.parse_str(diags_str) |
141 | 141 |
def get_diag(name): |
Also available in: Unified diff
streams.py: CaptureStream: Get each match as a separate array elem instead of concatenated together