Commit f8d826d4 authored by Jérome Perrin's avatar Jérome Perrin

core: use pprint.pformat to pretty print activity message_list

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.
parent a3ea5e07
Pipeline #21220 failed with stage