Fix typo.

Change-Id: I31184c4f3e4779a5b6ac852bdb3cc446e10f9723
This commit is contained in:
James E. Blair
2011-12-23 10:29:21 -08:00
parent bda1db4fc4
commit ba2d69b81b

View File

@@ -56,7 +56,7 @@ print "%s ready, %s building, need to launch %s" % (len(ready_machines),
num_to_launch)
sys.stdout.flush()
if num_to_launch <= 0 && len(building_machines) == 0:
if num_to_launch <= 0 and len(building_machines) == 0:
sys.exit(0)
if CLOUD_SERVERS_DRIVER == 'rackspace':