From 65e2418d2a82e1ae939dd402052e26ec3572c163 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Mon, 3 Oct 2011 21:51:04 +0000 Subject: checkpoint git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@435 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- steuermann/nodes.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'steuermann/nodes.py') 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 -- cgit