You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Small typo
This commit is contained in:
@@ -888,7 +888,7 @@ class Scanner3(Scanner):
|
|||||||
start, self.next_stmt[offset], self.opc.POP_JUMP_IF_FALSE, target
|
start, self.next_stmt[offset], self.opc.POP_JUMP_IF_FALSE, target
|
||||||
)
|
)
|
||||||
|
|
||||||
# FIXME: Remoeve this whole "if" block
|
# FIXME: Remove this whole "if" block
|
||||||
# If we still have any offsets in set, start working on it
|
# If we still have any offsets in set, start working on it
|
||||||
if match:
|
if match:
|
||||||
is_jump_forward = self.is_jump_forward(pre_rtarget)
|
is_jump_forward = self.is_jump_forward(pre_rtarget)
|
||||||
|
Reference in New Issue
Block a user