eztao commited on
Commit
cc9524c
·
verified ·
1 Parent(s): 97fea69

Update RefRef_test.py

Browse files
Files changed (1) hide show
  1. RefRef_test.py +1 -1
RefRef_test.py CHANGED
@@ -107,7 +107,7 @@ class RefRef_test(datasets.GeneratorBasedBuilder):
107
  try:
108
  data = json.load(f)
109
  except json.JSONDecodeError:
110
- continue
111
 
112
  scene_name = os.path.basename(os.path.dirname(filepaths))
113
 
 
107
  try:
108
  data = json.load(f)
109
  except json.JSONDecodeError:
110
+ print("error")
111
 
112
  scene_name = os.path.basename(os.path.dirname(filepaths))
113