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 9282cfa commit 7135d18Copy full SHA for 7135d18
sc2reader/scripts/sc2parse.py
@@ -68,11 +68,12 @@ def main():
68
print
69
except Exception as e2:
70
replay = sc2reader.load_replay(path, debug=True, load_level=0)
71
+ print 'Total failure parsing {release_string}'.format(**replay.__dict__)
72
print '[ERROR]', e.message
73
print '[ERROR]', e2.message
74
traceback.print_exc()
75
-
76
+
77
78
79
if __name__ == '__main__':
0 commit comments