projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88448d9
)
Another oversight in the web remctl code
author
Evan Broder
<broder@mit.edu>
Wed, 12 Nov 2008 06:18:03 +0000
(
01:18
-0500)
committer
Evan Broder
<broder@mit.edu>
Wed, 12 Nov 2008 06:18:03 +0000
(
01:18
-0500)
svn path=/trunk/packages/invirt-web/; revision=1619
code/controls.py
patch
|
blob
|
history
diff --git
a/code/controls.py
b/code/controls.py
index
5c856e3
..
bb12a1a
100644
(file)
--- a/
code/controls.py
+++ b/
code/controls.py
@@
-173,7
+173,7
@@
def listHost(machine):
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()