mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 11:52:27 +03:00
[Minor] flake8
This commit is contained in:
parent
07ae14be5a
commit
e878453ba0
4
prefs.py
4
prefs.py
@ -927,7 +927,9 @@ class PreferencesDialog(tk.Toplevel):
|
|||||||
|
|
||||||
# Section heading in settings
|
# Section heading in settings
|
||||||
# LANG: Label for location of third-party plugins folder
|
# LANG: Label for location of third-party plugins folder
|
||||||
nb.Label(plugins_frame, text=_('Plugins folder') + ':').grid(padx=self.PADX, pady=(0, self.PADY), sticky=tk.W, row=row.get())
|
nb.Label(plugins_frame, text=_('Plugins folder') + ':').grid(
|
||||||
|
padx=self.PADX, pady=(0, self.PADY), sticky=tk.W, row=row.get()
|
||||||
|
)
|
||||||
|
|
||||||
plugdirentry = nb.Entry(plugins_frame, justify=tk.LEFT)
|
plugdirentry = nb.Entry(plugins_frame, justify=tk.LEFT)
|
||||||
self.displaypath(plugdir, plugdirentry)
|
self.displaypath(plugdir, plugdirentry)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user