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 492f5b6 commit 7fead05Copy full SHA for 7fead05
sc2reader/scripts/sc2parse.py
@@ -43,7 +43,7 @@ def main():
43
replay = sc2reader.load_replay(path, debug=True, load_level=1)
44
if not args.one_each or replay.is_ladder:
45
replay = sc2reader.load_replay(path, debug=True)
46
- print 'No problems wtih {build} - {real_type} on {map_name} - Played {start_time}'.format(**replay.__dict__)
+ print 'No problems with {build} - {real_type} on {map_name} - Played {start_time}'.format(**replay.__dict__)
47
except sc2reader.exceptions.ReadError as e:
48
if args.ladder_only and not e.replay.is_ladder: continue
49
0 commit comments