# HG changeset patch # User Goffi # Date 1583083996 -3600 # Node ID 5afd7416ca2db74ab73b4af10f1a8d53d6658816 # Parent 08151c103636c131491f30a95b6b1681baf9fe4b plugin XEP-0054: fixed use of current dir instead of empty string diff -r 08151c103636 -r 5afd7416ca2d sat/plugins/plugin_xep_0054.py --- a/sat/plugins/plugin_xep_0054.py Sun Mar 01 18:31:45 2020 +0100 +++ b/sat/plugins/plugin_xep_0054.py Sun Mar 01 18:33:16 2020 +0100 @@ -21,7 +21,6 @@ import mimetypes from base64 import b64decode, b64encode from hashlib import sha1 -from pathlib import Path from zope.interface import implementer from twisted.internet import threads, defer from twisted.words.protocols.jabber import jid, error @@ -435,7 +434,7 @@ raise KeyError else: # avatar has already been checked but it is not set - full_path = Path("") + full_path = "" except KeyError: # avatar is not in cache if cache_only: