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 4296ef0 commit 00b9fb2Copy full SHA for 00b9fb2
sc2reader/objects.py
@@ -242,7 +242,7 @@ def apply(self):
242
243
if self.ability:
244
if self.ability not in ABILITIES:
245
- print "Unknown ability (%s) in at %s" % (hex(self.ability),hex(self.frame))
+ print "Unknown ability (%s) in frame %s" % (hex(self.ability),self.frame)
246
#raise ValueError("Unknown ability (%s)" % (hex(self.ability)),)
247
ability = ABILITIES[self.ability]
248
able = self.get_able_selection(ability)
0 commit comments