From ae62bec63dc878e834fbb327d201ce41b3d18679 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 12 Jul 2020 16:07:19 +0100 Subject: [PATCH] Remove extraneous 'e ' *shakes fist at PyCharm* --- prefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefs.py b/prefs.py index c7ac8cc4..d3dbe139 100644 --- a/prefs.py +++ b/prefs.py @@ -356,7 +356,7 @@ class PreferencesDialog(tk.Toplevel): if plugin.folder: # 'system' ones have this set to None to suppress listing in Plugins prefs tab nb.Label(plugsframe, text=plugin.name).grid(columnspan=2, padx=PADX*2, sticky=tk.W) HyperlinkLabel(plugsframe, text=_('Information on migrating plugins'), - background=nb.Label().cget(e 'background'), + background=nb.Label().cget('background'), url='https://github.com/EDCD/EDMarketConnector/blob/main/PLUGINS.md#migration-to-python-37', underline=True ).grid(columnspan=2, padx=PADX, sticky=tk.W)