Use JSON instead of pickles for compatibility.

This commit is contained in:
Michael DeHaan
2014-08-11 12:19:34 -04:00
parent 2629cd3fce
commit 542aaa6ffe
4 changed files with 11 additions and 99 deletions

View File

@@ -84,7 +84,7 @@ def main(args):
parser.add_option('--force-handlers', dest='force_handlers', action='store_true',
help="run handlers even if a task fails")
parser.add_option('--flush-cache', dest='flush_cache', action='store_true',
help="flush to fact cache")
help="clear the fact cache")
options, args = parser.parse_args(args)