1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

style(*): unify punctuation marks from Chinese to English

Replace the ',' with ',' and ':' with ':'.
This commit is contained in:
2025-11-08 11:49:30 +08:00
parent 3ef301f199
commit 7d92717136
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -245,5 +245,5 @@ class AutoLib(MsgBase):
self._showTrace(f"浏览器驱动已关闭")
return True
else:
self._showTrace(f"浏览器驱动未初始化无需关闭")
self._showTrace(f"浏览器驱动未初始化, 无需关闭")
return False