From a6bcec425a3f44ba3c7cd06b5ebaf522b66df109 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 23 Oct 2021 12:55:14 -0700 Subject: [PATCH] comment update --- jc/parsers/lsusb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/lsusb.py b/jc/parsers/lsusb.py index d687dcbb..3df51666 100644 --- a/jc/parsers/lsusb.py +++ b/jc/parsers/lsusb.py @@ -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)