Fixed a typo
- Legacy-Id: 18716
This commit is contained in:
parent
af7f51a81f
commit
b5f1e3af34
|
@ -67,7 +67,7 @@ def import_mailman_listinfo(verbosity=0):
|
|||
desc = decode(mlist.description)[:256]
|
||||
if mmlist.description != desc:
|
||||
mmlist.description = desc
|
||||
dirtry = True
|
||||
dirty = True
|
||||
if mmlist.advertised != mlist.advertised:
|
||||
mmlist.advertised = mlist.advertised
|
||||
dirty = True
|
||||
|
|
Loading…
Reference in a new issue