cosmetic comments
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 2 Nov 2011 13:33:07 +0000 (14:33 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 2 Nov 2011 13:33:07 +0000 (14:33 +0100)
sfa/client/sfascan.py

index 60a8d71..4120e85 100755 (executable)
@@ -146,11 +146,14 @@ class Interface:
         except:
             logger.log_exc("failed to get version")
             self._version={}
+        # so that next run from this process will find out
         self.probed=True
+        # store in version cache so next processes will remember for an hour
         cache=VersionCache()
         cache.set(self.url(),self._version)
         cache.save()
         logger.info("Saved version for url=%s in version cache"%self.url())
+        # that's our result
         return self._version
 
     @staticmethod