From: Eric Price Date: Mon, 2 Jun 2008 18:09:35 +0000 (-0400) Subject: can_clone was negated in r554 X-Git-Tag: sipb-xen-www/3.6~71 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/eef0e62100732d39c320a94b729833400c237868?ds=sidebyside can_clone was negated in r554 svn path=/trunk/packages/sipb-xen-www/; revision=565 --- 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'