mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
add continue to simplify logic
This commit is contained in:
@ -175,6 +175,8 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
||||
filename = output_line['file'].split(' -> ')[0].strip('\u2018').rstrip('\u2019')
|
||||
output_line['file'] = filename
|
||||
|
||||
continue
|
||||
|
||||
# line #2
|
||||
if line.startswith(' Size: '):
|
||||
line_list = line.split(maxsplit=7)
|
||||
|
Reference in New Issue
Block a user