From 74e2856f418f42474969f0dbc00828bea2eaad93 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Thu, 16 Aug 2012 16:33:12 +0000 Subject: x git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@774 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'steuermann/run_all.py') diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 35d9738..c3ed796 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -148,7 +148,7 @@ def cmd_flagging( l, xnodes, func ) : # def print_node(xnodes, x, print_recursive, print_all, indent=0, print_cmd=1): - print ' '*indent, xnodes[x].wanted, xnodes[x].finished, xnodes[x].skip, x + print ' '*indent, xnodes[x].wanted, xnodes[x].finished, xnodes[x].skip, xnodes[x].depth, x if print_cmd : print ' '*indent, " CMD", xnodes[x].script_type, xnodes[x].script if print_all : -- cgit