[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Fix syntax error
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1252419059 -3600 # Node ID b41b9f4f7e39e17f023c82c5a8129277d7a5d23a # Parent 1c406a505fc02569237a1da0061cf206f862f53a xend: Fix syntax error Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- tools/python/xen/xend/image.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 1c406a505fc0 -r b41b9f4f7e39 tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Tue Sep 08 15:10:31 2009 +0100 +++ b/tools/python/xen/xend/image.py Tue Sep 08 15:10:59 2009 +0100 @@ -483,7 +483,7 @@ class ImageHandler: if count < 100: continue - VmError('Device model isn\'t ready for commands') + raise VmError('Device model isn\'t ready for commands') if par is not None: xstransact.Store("/local/domain/0/device-model/%i" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |