X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=judge%2Fsimulator%2Fsimulate.py;h=b84a525d50ae8dc765b662f86da26ba506e4b743;hp=aead755beaafc63361e2b9a6375d6791ee7ca236;hb=de72851794e06d2e179799b95e1ea2955b9560b1;hpb=1a03b2543b67f0551e62babec4cd119f1e0e4640 diff --git a/judge/simulator/simulate.py b/judge/simulator/simulate.py index aead755..b84a525 100755 --- a/judge/simulator/simulate.py +++ b/judge/simulator/simulate.py @@ -234,8 +234,8 @@ for roundNumber in range(totalRounds, totalRounds + nRounds): sys.stdout.write("Garbage output! \"" + outline + "\"\n") red["INTERNAL_ERROR"].append((blue["name"], gameID, scores["INTERNAL_ERROR"][0])) blue["INTERNAL_ERROR"].append((red["name"], gameID, scores["INTERNAL_ERROR"][0])) - red["ALL"].append((blue["name"], gameID, scores["INTERNAL_ERROR"][0], "INTERNAL_ERROR")) - blue["ALL"].append((red["name"], gameID, scores["INTERNAL_ERROR"][0], "INTERNAL_ERROR")) + red["ALL"].append((blue["name"], gameID, scores["INTERNAL_ERROR"][0], "INTERNAL_ERROR", "RED")) + blue["ALL"].append((red["name"], gameID, scores["INTERNAL_ERROR"][0], "INTERNAL_ERROR", "BLUE")) managerErrors += 1 else: