aboutsummaryrefslogtreecommitdiff
path: root/steuermann/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/nodes.py')
-rw-r--r--steuermann/nodes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/steuermann/nodes.py b/steuermann/nodes.py
index 0f24e36..476734a 100644
--- a/steuermann/nodes.py
+++ b/steuermann/nodes.py
@@ -212,6 +212,10 @@ class node(object) :
self.finished = 0
self.running = 0
+ #
+ self.wanted = 1
+ self.skip = 1
+
#####
# debug - make a string representation of all the nodes