Skip to content

Commit

Permalink
lint报错修复
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiyanghai committed Oct 31, 2024
1 parent aedc934 commit e5e2c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/binlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e5e2c71

Please sign in to comment.