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
2022-10-03 13:13:10 -07:00
parent 2792d05c7f
commit 49ba6ed0f2

View File

@ -694,9 +694,9 @@ Examples:
if _parser_is_streaming(self.parser_module):
self.data_in = sys.stdin
result = self.parser_module.parse(self.data_in,
raw=self.raw,
quiet=self.quiet,
ignore_exceptions=self.ignore_exceptions)
raw=self.raw,
quiet=self.quiet,
ignore_exceptions=self.ignore_exceptions)
for line in result:
self.data_out = line