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):
|
if _parser_is_streaming(self.parser_module):
|
||||||
self.data_in = sys.stdin
|
self.data_in = sys.stdin
|
||||||
result = self.parser_module.parse(self.data_in,
|
result = self.parser_module.parse(self.data_in,
|
||||||
raw=self.raw,
|
raw=self.raw,
|
||||||
quiet=self.quiet,
|
quiet=self.quiet,
|
||||||
ignore_exceptions=self.ignore_exceptions)
|
ignore_exceptions=self.ignore_exceptions)
|
||||||
|
|
||||||
for line in result:
|
for line in result:
|
||||||
self.data_out = line
|
self.data_out = line
|
||||||
|
Reference in New Issue
Block a user