diff --git a/modules/mol/alg/pymod/export_molck.cc b/modules/mol/alg/pymod/export_molck.cc index 5578bd0504cf39c91f1eab59388be03ac1b92ffb..9671434ba012bf41f2d7494479e905092130cbe8 100644 --- a/modules/mol/alg/pymod/export_molck.cc +++ b/modules/mol/alg/pymod/export_molck.cc @@ -120,7 +120,8 @@ void export_Molck() .def_readwrite("assign_elem", &MolckSettings::assign_elem); def("MapNonStandardResidues", &MapNonStandardResidues, (arg("ent"), - arg("lib"))); + arg("lib"), + arg("log_diags")=false)); def("RemoveAtoms", &RemoveAtoms, (arg("ent"), arg("lib"),