Skip to content

Commit 6cbd6e2

Browse files
committed
fixing typos in wait_for_ready method
1 parent 5c3e6ae commit 6cbd6e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SoftLayer/managers/vs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ def wait_for_ready(self, instance_id, limit, delay=1, pending=False):
454454
if pending:
455455
outstanding = active_transaction
456456

457-
# return True if the instance has only if the instance has
458-
# finished provisioning and isn't currently reloading the OS.
457+
# return True if the instance has finished provisioning
458+
# and isn't currently reloading the OS.
459459
if all([instance.get('provisionDate'),
460460
not reloading,
461461
not outstanding]):

0 commit comments

Comments
 (0)