diff options
Diffstat (limited to 'datasets/apple/get_apple.py')
| -rw-r--r-- | datasets/apple/get_apple.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datasets/apple/get_apple.py b/datasets/apple/get_apple.py index f065ffc..d8979ec 100644 --- a/datasets/apple/get_apple.py +++ b/datasets/apple/get_apple.py @@ -202,6 +202,7 @@ def collect(output_dir="."): write_csv(target_path=csv_path) try: write_json(csv_path, target_path=json_path) + need_patch = False except ValidationError: need_patch = True |
