mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
Fixed F841 (unused-variable): Local variable conffile
is assigned to but never used
This commit is contained in:
parent
6883f1d599
commit
ed2ad44408
@ -222,7 +222,7 @@ class EditConf(Grammar):
|
|||||||
EOL
|
EOL
|
||||||
)
|
)
|
||||||
def value(self):
|
def value(self):
|
||||||
conffile = self[1]
|
# conffile = self[1]
|
||||||
options = []
|
options = []
|
||||||
eq = "="
|
eq = "="
|
||||||
if self[3] and "-s" in self[3].string: eq = " "
|
if self[3] and "-s" in self[3].string: eq = " "
|
||||||
|
Loading…
Reference in New Issue
Block a user