Skip to content

Commit f56de0d

Browse files
committed
add comment
1 parent 9262c78 commit f56de0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appium/webdriver/webdriver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ def _get_remote_connection_and_client_config(
184184
The custom command executor's one will be prior than the given client config.
185185
"""
186186
if not isinstance(command_executor, str):
187-
# Custom command executor will be prior than the given one.
187+
# client config already defined in the custom command executor
188+
# will be prior than the given one.
188189
return (command_executor, None)
189190

190191
# command_executor is str

0 commit comments

Comments
 (0)