aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steuermann/run_all.py4
1 files changed, 3 insertions, 1 deletions
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