Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/cif2fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def protein_description(self):

return protein_description.strip(',')

except AttributeError:
except (AttributeError, ValueError):
if DEBUG_MODE > 1:
print ('! {pdb} Could not extract pdbx_descriptor from struct table.'.format(
pdb = self.pdb_entry()))
Expand Down