Skip to content

Commit 147890a

Browse files
committed
Fix the map reference to map_name in sc2printer.
1 parent 41a889c commit 147890a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/scripts/sc2printer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def doFile(filename, arguments):
3737
return
3838

3939
if arguments.map:
40-
print " Map: {0}".format(replay.map)
40+
print " Map: {0}".format(replay.map_name)
4141
if arguments.length:
4242
print " Length: {0}".format(replay.length)
4343
if arguments.date:

0 commit comments

Comments
 (0)