diff sat/plugins/plugin_comp_file_sharing.py @ 2765:378188abe941

misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
author Goffi <goffi@goffi.org>
date Fri, 11 Jan 2019 11:13:15 +0100
parents 56f94936df1e
children 003b8b4b56a7
line wrap: on
line diff
--- a/sat/plugins/plugin_comp_file_sharing.py	Fri Jan 11 10:18:02 2019 +0100
+++ b/sat/plugins/plugin_comp_file_sharing.py	Fri Jan 11 11:13:15 2019 +0100
@@ -92,7 +92,7 @@
             os.makedirs(path)
 
     @defer.inlineCallbacks
-    def _fileTransferedCb(self, dummy, client, peer_jid, file_data, file_path):
+    def _fileTransferedCb(self, __, client, peer_jid, file_data, file_path):
         """post file reception tasks
 
         on file is received, this method create hash/thumbnails if necessary