From: Martin Mares Date: Thu, 5 Jul 2007 09:24:37 +0000 (+0200) Subject: Removed an useless exception. X-Git-Tag: python-dummy-working~302 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=878bff8ff9203f694a7e4166ae6b3086e3fd8bf9;p=eval.git Removed an useless exception. --- diff --git a/bin/mo-score b/bin/mo-score index 3642f93..0f58f3d 100755 --- a/bin/mo-score +++ b/bin/mo-score @@ -75,7 +75,6 @@ foreach $u (keys %users) { elsif ($trem =~ /^([A-Za-z])\S*\s+([A-Za-z])/) { ($cmt = "$1$2") =~ tr/a-z/A-Z/; } - elsif ($trem =~ /^Wrong answer/) { $cmt = "WA"; } if (!defined $messages{$trem}) { $messages{$trem} = $cmt; if (!defined $error_codes{$cmt}) {