From dbb3b160f21f84ee03d53bc5372068e5fa8cf5d6 Mon Sep 17 00:00:00 2001
From: Tobias Schmidt <tobias.schmidt@unibas.ch>
Date: Mon, 10 Jan 2011 16:53:20 +0100
Subject: [PATCH] correct typo in msms binding

---
 modules/bindings/pymod/msms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/bindings/pymod/msms.py b/modules/bindings/pymod/msms.py
index 1d260de4b..d928f6c57 100644
--- a/modules/bindings/pymod/msms.py
+++ b/modules/bindings/pymod/msms.py
@@ -197,7 +197,7 @@ def CalculateSurfaceArea(entity, density=1.0, radius=1.5,  all_surf=False,
   if all_surf:
     command+=" -all"
   if attach_asa != None:
-      command+=" -af %s" % os.path.join(msms_data_dir, "asa_atom")
+    command+=" -af %s" % os.path.join(msms_data_dir, "asa_atom")
   # run msms
   stdout_value=_RunMSMS(command)
   
-- 
GitLab