We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c730ab commit 67c1822Copy full SHA for 67c1822
sc2reader/scripts/sc2printer.py
@@ -36,7 +36,7 @@ def doFile(filename, arguments):
36
if arguments.map:
37
print " Map: {0}".format(replay.map)
38
if arguments.length:
39
- print " Length: {0}:{1}".format(*replay.length)
+ print " Length: {0}".format(replay.length)
40
if arguments.date:
41
print " Date: {0}".format(replay.date)
42
if arguments.teams:
0 commit comments