Skip to content

Commit

Permalink
Minor bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Sep 22, 2017
1 parent 1479fc3 commit 0731ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dssp.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_generator_run_unbound(self):
if os.path.isfile(self.inputcif):
filename, extension = os.path.splitext(self.inputdssp)
g = self.generator(self.inputcif, filename + '_unbound.dssp')
g.run(run_unbound=True, override=True)
g.run(run_unbound=True, override=True, category='auth')
self.assertTrue(os.path.isfile(filename + '_unbound.dssp'))
else:
raise IOError("%s" % self.inputcif)
Expand Down

0 comments on commit 0731ab3

Please sign in to comment.