Project

General

Profile

« Previous | Next » 

Revision 1706

streams.py: CaptureStream: Get each match as a separate array elem instead of concatenated together

View differences:

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