decreased logging level for not finding files
Browse files
MultiLegalPile_Chunks_4000.py
CHANGED
@@ -118,4 +118,4 @@ class MultiLegalPileChunks4000(datasets.GeneratorBasedBuilder):
|
|
118 |
yield id_, example
|
119 |
id_ += 1
|
120 |
except Exception:
|
121 |
-
logger.
|
|
|
118 |
yield id_, example
|
119 |
id_ += 1
|
120 |
except Exception:
|
121 |
+
logger.debug("Error while processing file %s", filepath)
|