RodrigoLimaRFL commited on
Commit
053831d
·
verified ·
1 Parent(s): 1c026c3

Update NURC-SP_Corpus_Minimo.py

Browse files
Files changed (1) hide show
  1. NURC-SP_Corpus_Minimo.py +1 -1
NURC-SP_Corpus_Minimo.py CHANGED
@@ -43,7 +43,7 @@ class NurcSPDataset(GeneratorBasedBuilder):
43
  if not archive:
44
  msg = "NAO TEM ARQUIVO"
45
  raise ValueError(msg)
46
- else
47
  msg = "TEM ARQUIVO"
48
  raise ValueError(msg)
49
 
 
43
  if not archive:
44
  msg = "NAO TEM ARQUIVO"
45
  raise ValueError(msg)
46
+ else:
47
  msg = "TEM ARQUIVO"
48
  raise ValueError(msg)
49