- Timestamp:
- Oct 9, 2012, 9:04:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r11534 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.