sps commited on
Commit
ab2edcb
1 Parent(s): 2f58404

Update data script - add Download manager

Browse files
Files changed (1) hide show
  1. codequeries.py +1 -1
codequeries.py CHANGED
@@ -167,7 +167,7 @@ class Codequeries(datasets.GeneratorBasedBuilder):
167
  citation=_CODEQUERIES_CITATION,
168
  )
169
 
170
- def _split_generators(self):
171
  dl_dir = ""
172
  if self.config.name in ["prefix", "sliding_window", "file_ideal", "twostep"]:
173
  return [
 
167
  citation=_CODEQUERIES_CITATION,
168
  )
169
 
170
+ def _split_generators(self, dl_manager):
171
  dl_dir = ""
172
  if self.config.name in ["prefix", "sliding_window", "file_ideal", "twostep"]:
173
  return [