From e5e2c7138fe858643f77b9fcca2fb3cbbb906e6b Mon Sep 17 00:00:00 2001 From: yanta Date: Thu, 31 Oct 2024 16:01:34 +0800 Subject: [PATCH] =?UTF-8?q?lint=E6=8A=A5=E9=94=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/binlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/binlog.py b/sql/binlog.py index 83abdf1c78..9f2b364a33 100644 --- a/sql/binlog.py +++ b/sql/binlog.py @@ -248,7 +248,7 @@ def my2sql_file(args, user): args["output-dir"] = path cmd_args = my2sql.generate_args2cmd(args) # 使用output-dir参数执行命令保存sql - error_info = '' + error_info = "" try: # 假设 my2sql.execute_cmd 返回一个包含 user 和 path 的元组 my2sql.execute_cmd(cmd_args)