From 4055b6d303da775580ab299145788c0cd16c0d45 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 24 Feb 2014 20:27:03 -0500 Subject: fix end/start in doc --- doc/status.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/status.txt b/doc/status.txt index 9c2f4b89..5958fa85 100644 --- a/doc/status.txt +++ b/doc/status.txt @@ -14,17 +14,17 @@ status.json's format is: 'v1': { 'init': { errors: [] # list of strings for each error that occurred - start: integer # time.time() that this stage started or None - end: integer # time.time() that this stage finished or None + start: float # time.time() that this stage started or None + end: float # time.time() that this stage finished or None }, 'init-local': { - 'errors': [], 'start': , 'end' # (same as 'init' above) + 'errors': [], 'start': , 'end' # (same as 'init' above) }, 'modules-config': { - 'errors': [], 'start': , 'end' # (same as 'init' above) + 'errors': [], 'start': , 'end' # (same as 'init' above) }, 'modules-final': { - 'errors': [], 'start': , 'end' # (same as 'init' above) + 'errors': [], 'start': , 'end' # (same as 'init' above) }, 'datasource': string describing datasource found or None 'stage': string representing stage that is currently running -- cgit v1.2.3