Skip to content

Commit

Permalink
test print map names
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Schunk committed Sep 12, 2019
1 parent fd92af7 commit cf523e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysc2/maps/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def get_maps():
for mp in Map.all_subclasses():
if mp.filename or mp.battle_net:
map_name = mp.__name__
print(map_name)
if map_name in maps:
raise DuplicateMapError("Duplicate map found: " + map_name)
maps[map_name] = mp
Expand Down

0 comments on commit cf523e3

Please sign in to comment.