Fixed a typo

- Legacy-Id: 18716
This commit is contained in:
Henrik Levkowetz 2020-11-22 21:11:53 +00:00
parent af7f51a81f
commit b5f1e3af34

View file

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