- commit
- 4aab850163daad6c7e72f4d2612cc3f83affae4f
- parent
- ecf05540f537f947c0eb1f209a47ce231d18a6a5
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-03-22 23:07
fix: trigger cache clear
Diffstat
| M | project_stats.py | 5 | +++++ |
1 files changed, 5 insertions, 0 deletions
diff --git a/project_stats.py b/project_stats.py
@@ -376,6 +376,11 @@ def main(): 376 376 args = parse_args() 377 377 config = load_config(os.path.expanduser(args.config)) 378 378 -1 379 cheesecake_index.cache_clear() -1 380 get_bower_info.cache_clear() -1 381 get_json.cache_clear() -1 382 get_xml.cache_clear() -1 383 379 384 keys = config['projects'].keys() 380 385 if args.query is not None: 381 386 keys = filter(lambda k: args.query.lower() in k.lower(), keys)