mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 14:32:55 +01:00
migration: drop empty sections
This commit is contained in:
parent
3e2aca82b8
commit
b1fe4b263c
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ def transform_data(data):
|
|||
else:
|
||||
out[key] = value
|
||||
|
||||
else:
|
||||
elif pairs:
|
||||
# Other sections (plugins, etc).
|
||||
sec_out = out[section] = confit.OrderedDict()
|
||||
for key, value in pairs.items():
|
||||
|
|
|
|||
Loading…
Reference in a new issue