Index: /tools/gformat.py
===================================================================
--- /tools/gformat.py	(revision 11534)
+++ /tools/gformat.py	(revision 11535)
@@ -1472,5 +1472,5 @@
  ''' Poor man re-loading of few cache items (the slow ones) '''
  for host in get_hostlist():
-   datadumps[host] = get_yaml(host)
+   get_yaml(host)
 
 
@@ -1479,6 +1479,4 @@
   fill_cache()
   
-
-
 
 def main():
