Skip to content

core: use pprint.pformat to pretty print activity message_list

Jérome Perrin requested to merge fix/activity_listbox_json_dumps into master

using json in 37b795fb was wrong, because not all arguments can be converted to json (for example DateTime instances)

This also enable the format using pprint.pformat for args, instead of a simple str that was done in ActivityTool_getMessageList.

Merge request reports