Skip to content
Snippets Groups Projects
Commit 279748c1 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

actually abort test if dssp cannot be found

parent e9cdbc11
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ class TestSecStruct(unittest.TestCase):
dssp_path = settings.locate("mkdssp")
except:
print "Could not find dssp, could not compare sec struct assignment..."
return
dssp_ent = io.LoadPDB(os.path.join("testfiles", "1a0s.pdb"))
ost_ent = io.LoadPDB(os.path.join("testfiles", "1a0s.pdb"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment