diff options
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r-- | steuermann/run_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 : |