aboutsummaryrefslogtreecommitdiff
path: root/datasets
diff options
context:
space:
mode:
Diffstat (limited to 'datasets')
-rw-r--r--datasets/apple/get_apple.py1
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