Changeset 565


Ignore:
Timestamp:
Jun 2, 2008, 2:09:35 PM (16 years ago)
Author:
ecprice
Message:

can_clone was negated in r554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/main.py

    r554 r565  
    204204    xmlist = g.xmlist
    205205    checkpoint.checkpoint('Got uptimes')
    206     can_clone = 'ice3' in g.xmlist_raw
     206    can_clone = 'ice3' not in g.xmlist_raw
    207207    for m in machines:
    208208        if m not in xmlist:
Note: See TracChangeset for help on using the changeset viewer.