Skip to content

Commit

Permalink
fix #147
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus authored Mar 5, 2024
1 parent 90bab94 commit eb56f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna_tools/rna_tools_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ def edit_pdb(f, args):
if len(selection_to) != len(selection_from):
raise Exception('len(selection_to) != len(selection_from)')
selects.append([selection_from, selection_to])
output += edits
else:
# one edit
e = args.edit
Expand Down

0 comments on commit eb56f2b

Please sign in to comment.