src/eric7/WebBrowser/Sync/SyncCheckPage.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/WebBrowser/Sync/SyncCheckPage.py
--- a/src/eric7/WebBrowser/Sync/SyncCheckPage.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/WebBrowser/Sync/SyncCheckPage.py	Tue Apr 23 11:26:04 2024 +0200
@@ -138,7 +138,7 @@
             self.speedDialMsgLabel.setText(msg)
 
     @pyqtSlot(str, bool, bool)
-    def __updateLabels(self, type_, status, download):
+    def __updateLabels(self, type_, status, _download):
         """
         Private slot to handle a finished synchronization event.
 
@@ -147,7 +147,7 @@
         @type str
         @param status flag indicating success
         @type bool
-        @param download flag indicating a download of a file
+        @param _download flag indicating a download of a file (unused)
         @type bool
         """
         if type_ == "bookmarks":

eric ide

mercurial