Update sci_lay.py
Browse files- sci_lay.py +1 -1
sci_lay.py
CHANGED
@@ -131,7 +131,7 @@ class SciLay(datasets.GeneratorBasedBuilder):
|
|
131 |
]
|
132 |
for split, split_name in _SPLIT_NAMES.items()
|
133 |
}
|
134 |
-
raise Exception(f"paths creati = {[file_path for file_path in paths]}")
|
135 |
return [
|
136 |
datasets.SplitGenerator(
|
137 |
name=split,
|
|
|
131 |
]
|
132 |
for split, split_name in _SPLIT_NAMES.items()
|
133 |
}
|
134 |
+
raise Exception(f"paths creati = {[file_path.__repr__ for file_path in paths]}")
|
135 |
return [
|
136 |
datasets.SplitGenerator(
|
137 |
name=split,
|