Joel Challis 1 год назад
Родитель
Сommit
53680fa6da
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lib/python/qmk/info.py

+ 2 - 2
lib/python/qmk/info.py

@@ -789,8 +789,8 @@ def _extract_led_config(info_data, keyboard):
                                 info_data[feature]['layout'] = ret
                         except Exception as e:
                             _log_warning(info_data, f'led_config: {file.name}: {e}')
-                    else:
-                        _log_warning(info_data, 'led_config: matrix size required to parse g_led_config')
+                else:
+                    _log_warning(info_data, 'led_config: matrix size required to parse g_led_config')
 
             if info_data[feature].get('layout', None) and not info_data[feature].get('led_count', None):
                 info_data[feature]['led_count'] = len(info_data[feature]['layout'])