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 1a2e34b commit 4296ef0Copy full SHA for 4296ef0
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),self.framestr)
+ print "Unknown ability (%s) in at %s" % (hex(self.ability),hex(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