From bd05a1d29bed4b7a229012810287050cead7cacf Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Wed, 3 Oct 2018 11:26:54 +0200 Subject: [PATCH] Bugfix: avoid using undefined attribute --- actions/ost-compare-structures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures index 6b9584288..526c01884 100644 --- a/actions/ost-compare-structures +++ b/actions/ost-compare-structures @@ -541,7 +541,7 @@ def _ReadStructureFile(path, c_alpha_only=False, fault_tolerant=False, calpha_only=c_alpha_only) if len(cif_info.biounits) == 0: tbu = MMCifInfoBioUnit() - tbu.id = 'ASU of ' + entity.pdb_id + tbu.id = 'ASU' tbu.details = 'asymmetric unit' for chain in tmp_entity.chains: tbu.AddChain(str(chain)) -- GitLab