Skip to content

Commit 0c391fc

Browse files
committed
Oh nos, typos.
1 parent f3677bf commit 0c391fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def __str__(self):
166166
if isinstance(self.target, DataObject):
167167
target = "{0} [{1:0>8X}]".format(self.target.name, self.target.id)
168168
else:
169-
target = "{0:X} [{1:0>8X}".format(self.target[1], self.target[0])
169+
target = "{0:X} [{1:0>8X}]".format(self.target[1], self.target[0])
170170
else:
171171
target = "NONE"
172172

0 commit comments

Comments
 (0)