From 453f3cbfe753c414e1b136d142e98627e8934613 Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Fri, 31 Mar 2023 15:10:04 +0800 Subject: [PATCH] Fix print info --- api/batch_cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/batch_cmds.py b/api/batch_cmds.py index 6657524..479d92b 100644 --- a/api/batch_cmds.py +++ b/api/batch_cmds.py @@ -323,7 +323,7 @@ def execute_batch_command(name: str, cs: ChangeSet) -> ChangeSet: elif operation == API_DELETE: result.merge(execute_delete_command(name, ChangeSet(op))) except: - print(f'ERROR: Fail to execute {todo}!') + print(f'ERROR: Fail to execute {todo}') count = read(name, 'select count(*) as count from batch_operation')['count'] if count == 1: