X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Fregistry_manager.py;h=a94a039c22cfc1afb76c4ccebd19ef0497ee8a9b;hb=1db1a879ffde8991aa95dd80142d555551655e88;hp=03a9043913f4206170bea24e162d870d201281f5;hpb=ff9f8bfe73d7687c7628cd99e026d95dcc776425;p=sfa.git diff --git a/sfa/managers/registry_manager.py b/sfa/managers/registry_manager.py index 03a90439..a94a039c 100644 --- a/sfa/managers/registry_manager.py +++ b/sfa/managers/registry_manager.py @@ -390,11 +390,11 @@ class RegistryManager: dbsession.commit() # update the PLC information that was specified with the record - # xxx oddly enough, without this statement, record.__dict__ as received by - # the driver seems to be off + # xxx oddly enough, without this useless statement, + # record.__dict__ as received by the driver seems to be off # anyway the driver should receive an object # (and then extract __dict__ itself if needed) - print "before driver.update, record=%s"%record + print "DO NOT REMOVE ME before driver.update, record=%s"%record if not self.driver.update (record.__dict__, new_record.__dict__, hrn, new_key): logger.warning("driver.update failed")