Skip to content

bare_trace: fix signature of generate_data_dict

Created by: mdigiorgio

Classes that implement the generate_data_dict method have an additional argument to the signature. This leads to errors in case the base class method is called with the additional argument.

Merge request reports