Changeset 11535 in genesis
- Timestamp:
- Oct 9, 2012, 9:04:57 PM (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  tools/gformat.py (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tools/gformat.pyr11534 r11535 1472 1472 ''' Poor man re-loading of few cache items (the slow ones) ''' 1473 1473 for host in get_hostlist(): 1474 datadumps[host] =get_yaml(host)1474 get_yaml(host) 1475 1475 1476 1476 … … 1479 1479 fill_cache() 1480 1480 1481 1482 1483 1481 1484 1482 def main(): 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
