Commit 339fc0fa authored by Klaus Wölfel's avatar Klaus Wölfel

adapt ingestion script to new parameter style

parent 6d1cb2bb
data_stream.appendData(''.join([c[1] for c in context.unpack(data_chunk)]))
out_stream["Data Stream"].appendData(''.join([str(c[1]) for c in context.unpack(data_chunk)]))
......@@ -77,7 +77,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>data_chunk=None, data_stream=None</string> </value>
<value> <string>data_chunk, out_stream={}</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment