From 183299c06b38a054c6bd95d5c18b6dbe4947fd35 Mon Sep 17 00:00:00 2001 From: 18262620154 <12819888+ygest0201@user.noreply.gitee.com> Date: Mon, 24 Mar 2025 16:52:32 +0800 Subject: [PATCH] systime is modified --- pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.py b/pipeline.py index 790d8b0..f13830c 100644 --- a/pipeline.py +++ b/pipeline.py @@ -307,7 +307,7 @@ def main(): # except Exception as e: # errEvents.append(str(item)) k+=1 - if k==1: + if k==5: break errfile = os.path.join(parmDict["savepath"], f'error_events.txt')