Joelito commited on
Commit
ad1d391
·
1 Parent(s): ba87223

decreased logging level for not finding files

Browse files
Files changed (1) hide show
  1. MultiLegalPile_Chunks_4000.py +1 -1
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.exception("Error while processing file %s", filepath)
 
118
  yield id_, example
119
  id_ += 1
120
  except Exception:
121
+ logger.debug("Error while processing file %s", filepath)