From eef0e62100732d39c320a94b729833400c237868 Mon Sep 17 00:00:00 2001 From: Eric Price Date: Mon, 2 Jun 2008 14:09:35 -0400 Subject: [PATCH] can_clone was negated in r554 svn path=/trunk/packages/sipb-xen-www/; revision=565 --- code/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/main.py b/code/main.py index c7dff0e..865aa12 100755 --- a/code/main.py +++ b/code/main.py @@ -203,7 +203,7 @@ def getListDict(user): has_vnc = {} xmlist = g.xmlist checkpoint.checkpoint('Got uptimes') - can_clone = 'ice3' in g.xmlist_raw + can_clone = 'ice3' not in g.xmlist_raw for m in machines: if m not in xmlist: has_vnc[m] = 'Off' -- 1.7.9.5