Mercurial > libervia-backend
diff sat/plugins/plugin_xep_0329.py @ 3573:813595f88612
merge changes from main branch
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 Jun 2021 13:05:58 +0200 |
parents | 888109774673 04283582966f |
children | 524856bd7b19 |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0329.py Thu Jun 03 15:21:43 2021 +0200 +++ b/sat/plugins/plugin_xep_0329.py Thu Jun 17 13:05:58 2021 +0200 @@ -709,7 +709,8 @@ ) else: log.warning( - _(f"unexpected element, ignoring: {elt.toXml()}") + _("unexpected element, ignoring: {elt}") + .format(elt=elt.toXml()) ) continue files.append(file_data)