nouamanetazi HF staff commited on
Commit
e9bbb1e
1 Parent(s): 43bf218
Files changed (1) hide show
  1. test111.py +1 -0
test111.py CHANGED
@@ -245,6 +245,7 @@ class MASSIVE(datasets.GeneratorBasedBuilder):
245
  logger.info("⏳ Generating examples from = %s", filepath)
246
 
247
  for path, f in files:
 
248
  if path == filepath:
249
  # Read the file
250
  lines = f.read().split("\n")
 
245
  logger.info("⏳ Generating examples from = %s", filepath)
246
 
247
  for path, f in files:
248
+ print("Path: ", path)
249
  if path == filepath:
250
  # Read the file
251
  lines = f.read().split("\n")