From 87cf35be7852a6bca00f88ed48e2662fbb01f09e Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Thu, 2 Dec 2021 19:18:37 +0800 Subject: [PATCH] Update error_catch.py --- python/pipeline/error_catch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pipeline/error_catch.py b/python/pipeline/error_catch.py index df539666..9663841d 100644 --- a/python/pipeline/error_catch.py +++ b/python/pipeline/error_catch.py @@ -217,7 +217,7 @@ class ParamVerify(object): @staticmethod def check_fetch_list(fetch_list, right_fetch_list): - if len(fetch_list) ==0 : + if len(fetch_list) == 0: return True if not isinstance(fetch_list, list): return False -- GitLab