mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
formatting
This commit is contained in:
@ -284,8 +284,10 @@ def parse(data, raw=False, quiet=False):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
output_line['filename'] = entry
|
output_line['filename'] = entry
|
||||||
|
|
||||||
if parent:
|
if parent:
|
||||||
output_line['parent'] = parent
|
output_line['parent'] = parent
|
||||||
|
|
||||||
raw_output.append(output_line)
|
raw_output.append(output_line)
|
||||||
|
|
||||||
if raw:
|
if raw:
|
||||||
|
Reference in New Issue
Block a user