From 35a0074c6838fd48890e9313a7d43bdf5e180ea5 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 3 Sep 2009 14:40:46 +0000 Subject: [PATCH] no need for that --- PLC/SFA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/SFA.py b/PLC/SFA.py index efd2aa1..ce097f9 100644 --- a/PLC/SFA.py +++ b/PLC/SFA.py @@ -136,7 +136,7 @@ class SFA: # object object['hrn'] = self.get_object_hrn(type, object, self.authority, login_base) object['type'] = type - if type in ['user', 'person']: + if type in ['user']: record = UserRecord(dict=object) elif type in ['slice']: -- 2.43.0