changed COMPONENT_TYPE to CM_TYPE
[sfa.git] / 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