From 07dff6d4337ccb3ec9b5513f64e7a0741745dd8b Mon Sep 17 00:00:00 2001 From: sienkiew Date: Mon, 10 Oct 2011 21:56:31 +0000 Subject: default everything to SKIP in interactive mode git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@445 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/run_all.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'steuermann/run_all.py') diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 4d995cf..0c81fbf 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -183,7 +183,9 @@ def run_interactive( xnodes, run_name, db) : xnodes[x].finished = 0 xnodes[x].running = 0 xnodes[x].wanted = 0 - xnodes[x].skip = 0 + xnodes[x].skip = 1 + + print "Defaulting all to SKIP" keep_running = 0 -- cgit