mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make the linters god happy...
This commit is contained in:
parent
943b9ff89f
commit
ad63e5d383
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ def reconfigure_dovecot(setting_name, old_value, new_value):
|
|||
environment = os.environ.copy()
|
||||
environment.update({"DEBIAN_FRONTEND": "noninteractive"})
|
||||
|
||||
if new_value == True:
|
||||
if new_value is True:
|
||||
command = [
|
||||
"apt-get",
|
||||
"-y",
|
||||
|
|
Loading…
Add table
Reference in a new issue