PluginPipxInterface.py

changeset 36
5b9bc68ef028
parent 32
b7a3ae7519ba
child 39
e660d95312bf
diff -r fd6c1c95df43 -r 5b9bc68ef028 PluginPipxInterface.py
--- a/PluginPipxInterface.py	Sun Jul 28 12:06:50 2024 +0200
+++ b/PluginPipxInterface.py	Sun Jul 28 12:07:29 2024 +0200
@@ -36,7 +36,7 @@
     "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
     "autoactivate": True,
     "deactivateable": True,
-    "version": "10.2.0",
+    "version": "10.2.1",
     "className": "PluginPipxInterface",
     "packageName": "PipxInterface",
     "shortDescription": "Graphical interface to the 'pipx' command.",
@@ -287,12 +287,12 @@
         elif key in ("IncludeOutdatedDependencies", "AutoCheckOutdated"):
             return Globals.toBool(
                 Preferences.Prefs.settings.value(
-                    self.PreferencesKey + "/" + key,  self.__defaults[key]
+                    self.PreferencesKey + "/" + key, self.__defaults[key]
                 )
             )
         else:
             return Preferences.Prefs.settings.value(
-                self.PreferencesKey + "/" + key,  self.__defaults[key]
+                self.PreferencesKey + "/" + key, self.__defaults[key]
             )
 
         return None

eric ide

mercurial