changed COMPONENT_TYPE to CM_TYPE
authorTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 16:41:51 +0000 (16:41 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 16:41:51 +0000 (16:41 +0000)
sfa/util/config.py

index fba98d1..cb1a801 100644 (file)
@@ -60,7 +60,7 @@ class Config:
             if not hasattr(self, 'SFA_SM_TYPE'):
                 self.SFA_SM_TYPE='pl'
 
-            if not hasattr(self, 'SFA_COMPONENT_TYPE'):
+            if not hasattr(self, 'SFA_CM_TYPE'):
                 self.SFA_COMPONENT_TYPE='pl'
 
             # create the data directory if it doesnt exist