From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Wed, 30 May 2012 11:03:06 +0000 (+0200) Subject: oops, need this apparently useless 'print' line X-Git-Tag: sfa-2.1-8~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=deb92672c27722a042c1b590174ad0b3b1cfda3e;p=sfa.git oops, need this apparently useless 'print' line --- diff --git a/sfa/managers/registry_manager.py b/sfa/managers/registry_manager.py index 691625cf..a94a039c 100644 --- a/sfa/managers/registry_manager.py +++ b/sfa/managers/registry_manager.py @@ -390,10 +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 "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")