comparison 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
comparison
equal deleted inserted replaced
3541:888109774673 3573:813595f88612
707 elt, 707 elt,
708 file_data, 708 file_data,
709 ) 709 )
710 else: 710 else:
711 log.warning( 711 log.warning(
712 _(f"unexpected element, ignoring: {elt.toXml()}") 712 _("unexpected element, ignoring: {elt}")
713 .format(elt=elt.toXml())
713 ) 714 )
714 continue 715 continue
715 files.append(file_data) 716 files.append(file_data)
716 return files 717 return files
717 718