Description:
- fix syntax error
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r599:14a14eb28fed - - 1 file changed: 1 inserted, 0 deleted
@@ -473,12 +473,13 | |||||
|
473 | if (sub!=nil) and (sub.points!=nil) and p and p.full_score |
|
473 | if (sub!=nil) and (sub.points!=nil) and p and p.full_score |
|
474 | ustat << [(sub.points.to_f*100/p.full_score).round, (sub.points>=p.full_score)] |
|
474 | ustat << [(sub.points.to_f*100/p.full_score).round, (sub.points>=p.full_score)] |
|
475 | else |
|
475 | else |
|
476 | ustat << [0,false] |
|
476 | ustat << [0,false] |
|
477 | end |
|
477 | end |
|
478 | end |
|
478 | end |
|
|
479 | + end | ||
|
479 | scorearray << ustat |
|
480 | scorearray << ustat |
|
480 | end |
|
481 | end |
|
481 | return scorearray |
|
482 | return scorearray |
|
482 | end |
|
483 | end |
|
483 |
|
484 | ||
|
484 | end |
|
485 | end |
You need to be logged in to leave comments.
Login now