1
0
鏡像自 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-04-01 21:27:22 +02:00

Fixed SIM223 (expr-and-false): Use False instead of ... and False

此提交包含在:
Teal Dulcet
2023-12-22 07:21:50 -08:00
父節點 8af1faf05a
當前提交 d952590457

查看文件

@@ -317,7 +317,7 @@ def scan_mail_log(env):
latest=[u["latest"] for u in data.values()], latest=[u["latest"] for u in data.values()],
) )
if collector["other-services"] and VERBOSE and False: if collector["other-services"] and False:
print_header("Other services") print_header("Other services")
print("The following unkown services were found in the log file.") print("The following unkown services were found in the log file.")
print(" ", *sorted(list(collector["other-services"])), sep='\n') print(" ", *sorted(list(collector["other-services"])), sep='\n')