Skip to content

Commit 54c9774

Browse files
author
B. Thomas Goodwin
committed
Merge branch 'patch-sri-keywords' into 'master'
Fix for serializing SRI Keywords See merge request geon/redhawk-ui/rest-python!5
2 parents 8361f23 + 088a88c commit 54c9774

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rest/bulkio_handler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
from bulkio.bulkioInterfaces import BULKIO__POA
2424
from bulkio import sri
25+
from ossie.properties import props_to_dict
2526
from omniORB import CORBA
2627

2728
# third party imports
@@ -165,6 +166,7 @@ def _pushPacket(self, data, ts, EOS, stream_id):
165166
self._outputWidth = None
166167

167168
# Tack on SRI, Package, Deliver.
169+
outSRI.keywords = props_to_dict(outSRI.keywords)
168170
packet = dict(
169171
streamID = stream_id,
170172
T = ts.__dict__,

0 commit comments

Comments
 (0)