Skip to content

Resolve "[BUG] in client context the status of format_rawdata is alway True event when failed"

in mpl_client.sync_fig_format_rawdata(): if server returns an error datas is set to None and error message is printed in mpl_fig._format_rawdata_client(): if datas returned from the client is None then return False.

Closes #104

Merge request reports