From: Thierry Parmentelat Date: Mon, 3 Dec 2012 14:54:12 +0000 (+0100) Subject: comment off useless warning X-Git-Tag: sfa-2.1-20~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=df61d2f81928987c585ccd6fa1592dad6b9416ea;p=sfa.git comment off useless warning --- diff --git a/sfa/importer/plimporter.py b/sfa/importer/plimporter.py index 04f26b33..fe2fb85b 100644 --- a/sfa/importer/plimporter.py +++ b/sfa/importer/plimporter.py @@ -380,7 +380,8 @@ class PlImporter: self.logger.log_exc("PlImporter: failed to import slice %s (%s)"%(slice_hrn,slice['name'])) else: # xxx update the record ... - self.logger.warning ("Slice update not yet implemented on slice %s (%s)"%(slice_hrn,slice['name'])) + # given that we record the current set of users anyways, there does not seem to be much left to do here + # self.logger.warning ("Slice update not yet implemented on slice %s (%s)"%(slice_hrn,slice['name'])) pass # record current users affiliated with the slice slice_record.reg_researchers = \