# HG changeset patch # User Goffi # Date 1576841377 -3600 # Node ID dddea9684a8e07c7d797b52f3e662415382906a6 # Parent b77792cc6d1219614d0c7dd558461d1093355dd6 plugin file sharing: convert `dest_path` to string when sending to bridge: this is needed now that Path is used in files_utils.get_unique_name diff -r b77792cc6d12 -r dddea9684a8e cagou/plugins/plugin_wid_file_sharing.py --- a/cagou/plugins/plugin_wid_file_sharing.py Wed Dec 11 18:26:42 2019 +0100 +++ b/cagou/plugins/plugin_wid_file_sharing.py Fri Dec 20 12:29:37 2019 +0100 @@ -389,7 +389,7 @@ extra = {'path': path} dest_path = files_utils.get_unique_name(os.path.join(G.host.downloads_dir, name)) G.host.bridge.fileJingleRequest(str(self.remote_entity), - dest_path, + str(dest_path), name, '', '',