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:55:14 -07:00
parent 596ad9a64d
commit a6bcec425a

View File

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