Fixed issue in Global settings dialog, fixes #307

This commit is contained in:
Manuel Cortez 2019-08-15 09:46:47 -05:00
parent b6d5c9be63
commit fe60ac8f67

View File

@ -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: