loubnabnl HF staff commited on
Commit
bab798e
1 Parent(s): fc85e04

Update github-code-clean.py

Browse files
Files changed (1) hide show
  1. github-code-clean.py +1 -1
github-code-clean.py CHANGED
@@ -199,7 +199,7 @@ class GithubCode(datasets.GeneratorBasedBuilder):
199
  if self.config.filter_licenses and not license in self.config.licenses:
200
  continue
201
 
202
- yield key, {"code": row['content'][0],
203
  "repo_name": row['repo_name'][0],
204
  "path": row['path'][0],
205
  "license": license,
 
199
  if self.config.filter_licenses and not license in self.config.licenses:
200
  continue
201
 
202
+ yield key, {"code": row['code'][0],
203
  "repo_name": row['repo_name'][0],
204
  "path": row['path'][0],
205
  "license": license,