Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit e72ced6

Browse files
committed
Added fixme comment
1 parent bf3365a commit e72ced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bravepatcher/pattern/Pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def gen():
3535
if mapped is not marker:
3636
yield mapped.encode()
3737
elif sub.startswith('?'):
38-
yield b'.'
38+
yield b'.' # FIXME find a way to translate this case into a simple and performant regex
3939
elif sub.endswith('?'):
4040
base = int(sub[0], 16) * 16
4141
yield b'[%b-%b]' % (

0 commit comments

Comments
 (0)