From fd71ad9678523a3764f73dc139228543a4aab083 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@stud.unibas.ch>
Date: Wed, 16 Jan 2013 00:10:45 +0100
Subject: [PATCH] fixed typo

seems that you have to play with casp structures to produce such errors...
---
 modules/bindings/pymod/dssp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/bindings/pymod/dssp.py b/modules/bindings/pymod/dssp.py
index f27aa9db9..fe33b33f1 100644
--- a/modules/bindings/pymod/dssp.py
+++ b/modules/bindings/pymod/dssp.py
@@ -111,7 +111,7 @@ def AssignDSSP(ent, pdb_path="", extract_burial_status=False, tmp_dir=None,
   # are handled in the parser LoadDSSP)
   temp_dssp_path=_ExecuteDSSP(pdb_path, dssp_bin)
   if not os.path.exists(temp_dssp_path):
-    raise RuntimeEror('DSSP output file does not exist.')
+    raise RuntimeError('DSSP output file does not exist.')
   # assign DSSP to entity
   try:
     LoadDSSP(temp_dssp_path, ent, extract_burial_status,
-- 
GitLab