1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

remove unneeded lines

This commit is contained in:
Kelly Brazil
2021-08-30 21:52:55 -07:00
parent d32e45efbe
commit 0a625ad7dd

View File

@ -391,8 +391,6 @@ def parse(data, raw=False, quiet=False):
# get final partitions if there are any left over
if section == 'partitions' and option != 'd' and partitions:
item['partitions'] = jc.parsers.universal.sparse_table_parse(partitions)
section = ''
partitions = []
if item:
raw_output.append(item)