siyue commited on
Commit
e40b2e4
1 Parent(s): f114328
Files changed (1) hide show
  1. squall.py +1 -0
squall.py CHANGED
@@ -116,6 +116,7 @@ class Squall(datasets.GeneratorBasedBuilder):
116
  )
117
 
118
  def _split_generators(self, dl_manager):
 
119
  downloaded_files = dl_manager.download(_URLS)
120
 
121
  return [
 
116
  )
117
 
118
  def _split_generators(self, dl_manager):
119
+ print(_URLS)
120
  downloaded_files = dl_manager.download(_URLS)
121
 
122
  return [