Skip to content

Commit dda0c87

Browse files
nathaliafabCopilot
andauthored
Update nimrod/test_suite_generation/generators/codellama_test_suite_generator.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 433eec2 commit dda0c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nimrod/test_suite_generation/generators/codellama_test_suite_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def extract_class_info(self, source_code_path: str, full_method_name: str, full_
269269
return class_fields, class_constructors, class_method
270270

271271
except Exception as e:
272-
logging.error(f"An error occurred while extracting class info for '{full_class_name}': {e}")
272+
logging.error("An error occurred while extracting class info for '%s': %s", full_class_name, e)
273273
raise e
274274

275275
def save_scenario_infos(self, scenario_infos_path: str, class_name: str, methods: Union[List[str], List[Dict[str, str]]], source_code_path: str) -> None:

0 commit comments

Comments
 (0)