Skip to content

Commit 672f0bb

Browse files
committed
fix error
1 parent 1920eaf commit 672f0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csubst/parser_biodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def pdb_sequence_search(g):
113113
if num_chain <= g['pymol_max_num_chain']:
114114
best_hit = hit
115115
else:
116-
print(f'Number of chains in {hit_pdb_id} ({num_chain}) is larger than the maximum number of chains allowed (--pymol_max_num_chain {g['pymol_max_num_chain']}). Unsuitable.', flush=True)
116+
print(f"Number of chains in {hit_pdb_id} ({num_chain}) is larger than the maximum number of chains allowed (--pymol_max_num_chain {g['pymol_max_num_chain']}). Unsuitable.", flush=True)
117117
if best_hit is None:
118118
print('No suitable hit found in the PDB database.')
119119
pdb_id = None

0 commit comments

Comments
 (0)