if the record exist dont try to add it, update it
authorTony Mack <tmack@cs.princeton.edu>
Fri, 11 Sep 2009 02:00:03 +0000 (02:00 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 11 Sep 2009 02:00:03 +0000 (02:00 +0000)
PLC/SFA.py

index ce097f9..883f570 100644 (file)
@@ -154,6 +154,8 @@ class SFA:
             # add the record to sfa
             if not self.sfa_record_exists(object['hrn'], type):
                 self.registry.register(self.credential, record)
+            else:
+                self.registry.update(self.credential, record)
 
     @wrap_exception
     @required_packages_imported