f'Both target_delimiter "{self.config.target_delimiter}" and target choice: "{choice}" do not have whitespace, ignore if the language you are evaluating on does not require/use whitespace'
)
for_method,fninself.config._fn.items():
for_method,fninself.config._fn.items():
ifhasattr(self,_method):
ifhasattr(self,_method):
setattr(self,_method,MethodType(fn,self))
setattr(self,_method,MethodType(fn,self))
...
@@ -1470,6 +1418,56 @@ class ConfigurableTask(Task):
...
@@ -1470,6 +1418,56 @@ class ConfigurableTask(Task):
f'Both target_delimiter "{self.config.target_delimiter}" and target choice: "{choice}" do not have whitespace, ignore if the language you are evaluating on does not require/use whitespace'