[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-07-01 09:36:11 +03:00
parent 46b534d447
commit 9fe12b0be1

@ -41,7 +41,7 @@ def f5_1(pattern, flags, info):
#print('fuck')
if b'r' in flags:
while True:
ext_m = re.compile('^.([^\,]+),(.*)$').match(pattern)
ext_m = re.compile(r'^.([^\,]+),(.*)$').match(pattern)
if pattern[:3] in [r'\r,']:
options['recursive'] = True