mathiascreutz
commited on
Commit
•
daced4d
1
Parent(s):
c46cab8
More comments
Browse files- 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 |
|