Skip to content

Commit 5b38196

Browse files
committed
Robocode fix
1 parent 99c8520 commit 5b38196

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codeclash/games/robocode/robocode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def get_results(self, agents: list[Player], round_num: int, stats: RoundStats):
131131
result_output = f.read()
132132
lines = result_output.strip().split("\n")
133133

134-
scores = {}
135134
for line in lines:
136135
line = line.strip()
137136
if not re.match(r"^\d", line):

0 commit comments

Comments
 (0)