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 ff04426 commit 5fbad71
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 @@ -253,4 +253,4 @@ def my2sql_file(args, user):
return user, path
except Exception as e:
# 捕获所有异常并返回错误信息
return user, str(e)
return user, str(e)

0 comments on commit 5fbad71

Please sign in to comment.