Skip to content

Commit ea2b274

Browse files
committed
Fix small syntax issue.
1 parent 813cf60 commit ea2b274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ def load_players(self):
10221022

10231023
# We can just copy these settings right over
10241024
# TODO: Get the hex from the color string?
1025-
player.color = utils.Color(name=settings.get('Color', None)
1025+
player.color = utils.Color(name=settings.get('Color', None))
10261026
player.pick_race = settings.get('Race', None)
10271027
player.handicap = settings.get('Handicap', None)
10281028

0 commit comments

Comments
 (0)