Explorar el Código

Merge remote-tracking branch 'origin/develop' into xap

QMK Bot hace 1 año
padre
commit
02c0b43f0b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'])