mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
修复Tab stop()时报错问题
This commit is contained in:
parent
656a1a9b20
commit
9810f0f280
@ -104,7 +104,7 @@ class Tab(object):
|
|||||||
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
raise UserAbortException("User abort, call stop() when calling %s" % message['method'])
|
# raise UserAbortException("User abort, call stop() when calling %s" % message['method'])
|
||||||
finally:
|
finally:
|
||||||
self.method_results.pop(message['id'], None)
|
self.method_results.pop(message['id'], None)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user