mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-18 16:40:41 -06:00
Fixed issue in Global settings dialog, fixes #307
This commit is contained in:
parent
b6d5c9be63
commit
fe60ac8f67
@ -33,7 +33,7 @@ class globalSettingsController(object):
|
||||
|
||||
def make_kmmap(self):
|
||||
res={}
|
||||
for i in os.listdir(paths.app_path('keymaps')):
|
||||
for i in os.listdir(os.path.join(paths.app_path(), 'keymaps')):
|
||||
if ".keymap" not in i:
|
||||
continue
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user