Datasets:
GEM
/

Tasks:
Other
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
expert-created
Source Datasets:
original
License:
mathiascreutz commited on
Commit
daced4d
1 Parent(s): c46cab8

More comments

Browse files
Files changed (1) hide show
  1. opusparcus.py +1 -1
opusparcus.py CHANGED
@@ -138,7 +138,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
138
  # separated by a period, containing the values of
139
  # self.config.lang and self.config.quality.
140
 
141
- if lang is None:
142
  # This is an error, nothing to do here
143
  return []
144
 
 
138
  # separated by a period, containing the values of
139
  # self.config.lang and self.config.quality.
140
 
141
+ if self.config.lang is None:
142
  # This is an error, nothing to do here
143
  return []
144