Cut extra long line.

This commit is contained in:
SET 2020-08-15 22:18:12 -03:00
parent a2b25ce23e
commit 6dd77be66d
1 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,8 @@ def do_bom(file_name, ext, comps, cfg):
config = c.get_field_value(f_config).lower()
c.fitted = comp_is_fitted(value, config, variants)
if cfg.debug_level > 2:
logger.debug('ref: {} value: {} config: {} variants: {} -> fitted {}'.format(c.ref, value, config, variants, c.fitted))
logger.debug('ref: {} value: {} config: {} variants: {} -> fitted {}'.
format(c.ref, value, config, variants, c.fitted))
c.fixed = comp_is_fixed(value, config, variants)
# Group components according to group_fields
groups = group_components(cfg, comps)