1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-08-04 04:20:53 +00:00

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

This commit is contained in:
Teal Dulcet 2023-12-22 07:21:50 -08:00
parent 8af1faf05a
commit d952590457

View File

@ -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')