diff --git a/mdagent/tools/base_tools/preprocess_tools/pdb_get.py b/mdagent/tools/base_tools/preprocess_tools/pdb_get.py index e9f6dd18..89e6b5dc 100644 --- a/mdagent/tools/base_tools/preprocess_tools/pdb_get.py +++ b/mdagent/tools/base_tools/preprocess_tools/pdb_get.py @@ -194,12 +194,10 @@ def small_molecule_pdb(self, mol_str: str) -> str: f"PDB file for {mol_str} successfully created and saved to {file_name}." ) except Exception as e: - print(str(e)) - print(e.__class__) - # print( - # "There was an error getting pdb. Please input a single molecule name." - # f"{mol_str},{mol_name}, {smi}" - # ) + print( + "There was an error getting pdb. Please input a single molecule name." + f"{mol_str},{mol_name}" + ) return ( "There was an error getting pdb. Please input a single molecule name." )