Skip to content

Commit 46d7d81

Browse files
committed
Improve exception message
1 parent 1c92500 commit 46d7d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/dtmilano/android/uiautomator/uiautomatorhelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __runTests(self):
195195
print("__runTests: end", file=sys.stderr)
196196

197197
def __httpCommand(self, url, params=None, method='GET'):
198-
raise RuntimeError("this method should not be used")
198+
raise RuntimeError(f"this method should not be used: url={url} params={params} method={method}")
199199

200200
#
201201
# UiAutomatorHelper internal commands

0 commit comments

Comments
 (0)