1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

formatting

This commit is contained in:
Kelly Brazil
2020-02-17 22:32:07 -08:00
parent c865298ef3
commit 102344a041

View File

@ -284,8 +284,10 @@ def parse(data, raw=False, quiet=False):
continue
output_line['filename'] = entry
if parent:
output_line['parent'] = parent
raw_output.append(output_line)
if raw: