Fix issue with dropped classes
This commit is contained in:
parent
35edc622c1
commit
4493fa09ea
@ -48,7 +48,13 @@ class ERReader:
|
|||||||
break
|
break
|
||||||
|
|
||||||
if found == -1:
|
if found == -1:
|
||||||
raise Exception(f'Could not find the dance in the result file.')
|
self.l.warn(f'Could not find the dance {tanz} in the result file for {gruppe} ({klasse}). This might mean that the competition was not carried out.')
|
||||||
|
return {
|
||||||
|
'gruppe': gruppe,
|
||||||
|
'klasse': klasse,
|
||||||
|
'tanz': tanz,
|
||||||
|
'finalisten': []
|
||||||
|
}
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Extract the finalists
|
# Extract the finalists
|
||||||
|
Loading…
Reference in New Issue
Block a user