aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r--steuermann/run_all.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py
index 28d6398..c47d1ff 100644
--- a/steuermann/run_all.py
+++ b/steuermann/run_all.py
@@ -569,11 +569,11 @@ def info_callback_want( db, run, tablename, host, cmd ) :
s = s + 'W'
if s == '' :
s = '-'
- return s
+ return { 'text' : s }
def info_callback_depth( db, run, tablename, host, cmd ) :
n = xnodes['%s:%s/%s'%(host,tablename,cmd)]
- return n.depth
+ return { 'text' : n.depth }
#####
def make_log_file_name( run_name, table, host, cmd ) :