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:
@ -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)
|
||||
|
Reference in New Issue
Block a user