Make the linters god happy...

This commit is contained in:
Alexandre Aubin 2023-02-23 22:27:46 +01:00
parent 943b9ff89f
commit ad63e5d383

View file

@ -347,7 +347,7 @@ def reconfigure_dovecot(setting_name, old_value, new_value):
environment = os.environ.copy() environment = os.environ.copy()
environment.update({"DEBIAN_FRONTEND": "noninteractive"}) environment.update({"DEBIAN_FRONTEND": "noninteractive"})
if new_value == True: if new_value is True:
command = [ command = [
"apt-get", "apt-get",
"-y", "-y",