diff --git a/mdagent/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py b/mdagent/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py index 2f6655da..d7c0b1da 100644 --- a/mdagent/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py +++ b/mdagent/tools/base_tools/analysis_tools/bond_angles_dihedrals_tool.py @@ -336,7 +336,7 @@ def analyze_trajectory(self, traj, analysis, path_registry=None, sim_id="sim"): return ( "Succeeded. All analyses completed. " - f"Ramachandran plot with ID {ram_plot_id}, message: {phi_message} " + f"Ramachandran plot with ID {phi_plot_id}, message: {phi_message} " f"Chis plot with ID {chi_plot_id}, message: {chi_message}" )