Skip to content

Commit 7134c48

Browse files
authored
minor syntax fix
1 parent 43191ed commit 7134c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/manageHostname.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def updateHostname(vm, hostname):
1111
if powerState == False:
1212
vm.powerOn()
1313
startCount = 5
14-
while vm.checkTools() != 'TOOLS_READY' and startCount > 0
14+
while vm.checkTools() != 'TOOLS_READY' and startCount > 0:
1515
time.sleep(5)
1616
startCount -= 1
1717

0 commit comments

Comments
 (0)