修复Tab stop()时报错问题

This commit is contained in:
g1879 2022-12-02 00:05:29 +08:00
parent 656a1a9b20
commit 9810f0f280

View File

@ -104,7 +104,7 @@ class Tab(object):
continue
raise UserAbortException("User abort, call stop() when calling %s" % message['method'])
# raise UserAbortException("User abort, call stop() when calling %s" % message['method'])
finally:
self.method_results.pop(message['id'], None)