WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix syntax error.

# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID f612aec588e2c053a1012b94c4ff6dd0c47ed43a
# Parent  c1c8da6f2afece83a6f8f6aaa02c95d80bba2761
Fix syntax error.

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>

diff -r c1c8da6f2afe -r f612aec588e2 tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py       Mon Nov 21 18:08:44 2005
+++ b/tools/python/xen/xm/main.py       Mon Nov 21 18:28:50 2005
@@ -846,7 +846,7 @@
     err('Option %s is the new replacement, see "xm help %s" for more info' % 
(new, new))
 
 def usage(cmd=None):
-    if cmd = 'create'
+    if cmd == 'create':
         xm_subcommand("create", "--help")
         sys.exit(1)
     if help.has_key(cmd):

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix syntax error., Xen patchbot -unstable <=