fix codecheck bug

Signed-off-by: deveco_test <liguangjie1@huawei.com>
This commit is contained in:
deveco_test 2022-08-10 17:50:17 +08:00
parent f4260b5077
commit 76fc216acd

View File

@ -111,7 +111,6 @@ def perform_device_action(func):
self.log.exception("error type: %s, error: %s" % (
error.__class__.__name__, error), exc_info=False)
exception = error
raise exception
return device_action