Skip to content

Commit 7b08c1e

Browse files
committed
fix black
1 parent 2f4c89a commit 7b08c1e

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
@@ -1118,7 +1118,7 @@ def __init__(self, summary_file, filename=None, lang="enUS", **options):
11181118

11191119
# the game type is probably co-op because it uses a different
11201120
# game summary format than other games
1121-
self.game_type = self.settings.get("Teams", 'Unknown').replace(" ", "")
1121+
self.game_type = self.settings.get("Teams", "Unknown").replace(" ", "")
11221122
self.real_type = utils.get_real_type(self.teams)
11231123

11241124
# The s2gs file also keeps reference to a series of s2mv files

0 commit comments

Comments
 (0)