Skip to content

Commit 22a8adf

Browse files
committed
a
1 parent ccde86d commit 22a8adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bota/src/bota/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def wait_till_desktop_api_up(ip, api_base_path):
646646
time.sleep(interval)
647647
# If the function hasn't returned after the loop, raise an exception
648648
raise Exception(
649-
f'The Desktop Api at http://{ip}{api_base_path or "/"} is not running. You have surely forgotten to enable the Api in "api-config.ts".'
649+
f'The Desktop Api at http://{ip}{api_base_path or "/"} is not running. You have surely forgotten to enable the Api in "api-config.ts". Kindly enable it in "api-config.ts".'
650650
)
651651

652652
# python -m bota.vm

0 commit comments

Comments
 (0)