Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebaro committed Feb 15, 2019
1 parent 0aebf75 commit 7d45f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bpforms/alphabet/protein.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def build(self):
monomer_ids = {}
curated_entries = []
for file in glob.iglob(tmp_folder+'/*PDB'):
number_hn = 0
number_co = 0
with open(file, 'r') as f:
names = []
for line in f:
Expand Down

0 comments on commit 7d45f86

Please sign in to comment.