1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

comment update

This commit is contained in:
Kelly Brazil
2021-10-23 12:30:18 -07:00
parent 2f47fb7f14
commit b5f7b35f89

View File

@ -839,7 +839,7 @@ def parse(data, raw=False, quiet=False):
# populate the schema # populate the schema
lsusb._populate_schema() lsusb._populate_schema()
# output the raw object # add any final output objects if they exist and output the raw_output object
if lsusb.output_line: if lsusb.output_line:
lsusb.raw_output.append(lsusb.output_line) lsusb.raw_output.append(lsusb.output_line)