diff --git a/lisa/wlgen/rta.py b/lisa/wlgen/rta.py index b349ea1b66d48cb43fec172208734db54e6d4816..2630ee7e0f465fcfcd9cafb2803089c3c2e97fa0 100644 --- a/lisa/wlgen/rta.py +++ b/lisa/wlgen/rta.py @@ -625,7 +625,7 @@ class RTA(Workload): # Don't add code here, use the early/late init methods instead. # This lets us factorize some code for the class methods that serve as # alternate constructors. - self._early_init(**_early_init_kwargs) + self.__class__._early_init(**_early_init_kwargs) from_path_kwargs.update( path=json_file,