Hi!
TACTIC 4.7.b01, Python 3.7, CENTOS 7
Trying to undo server transaction, and got this error (Odd-length string):
TACTIC 4.7.b01, Python 3.7, CENTOS 7
Trying to undo server transaction, and got this error (Odd-length string):
Code:
File "/home/apache/tactic/src/tactic/ui/panel/table_layout_wdg.py", line 3444, in handle_row
html = widget.get_buffer_display()
File "/home/apache/tactic/src/pyasm/web/widget.py", line 480, in get_buffer_display
buffer = self.get_buffer(cls)
File "/home/apache/tactic/src/pyasm/web/widget.py", line 471, in get_buffer
self.explicit_display(cls)
File "/home/apache/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/home/apache/tactic/src/pyasm/widget/table_element_wdg.py", line 1153, in get_display
value = zlib.decompress( binascii.unhexlify(value[5:]) )