summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
88448d9)
svn path=/trunk/packages/invirt-web/; revision=1619
def vnctoken(machine):
"""Return a time-stamped VNC token"""
def vnctoken(machine):
"""Return a time-stamped VNC token"""
- out, err = remctl('control', machine.name, 'vnctoken')
+ out, err = remctl('control', machine.name, 'vnctoken', err=True)
if err:
return None
return out.strip()
if err:
return None
return out.strip()