mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
formatting
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user