Update RefRef_test.py
Browse files- 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 |
-
|
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 |
|