[~] Refactor
This commit is contained in:
parent
46b534d447
commit
9fe12b0be1
@ -41,7 +41,7 @@ def f5_1(pattern, flags, info):
|
|||||||
#print('fuck')
|
#print('fuck')
|
||||||
if b'r' in flags:
|
if b'r' in flags:
|
||||||
while True:
|
while True:
|
||||||
ext_m = re.compile('^.([^\,]+),(.*)$').match(pattern)
|
ext_m = re.compile(r'^.([^\,]+),(.*)$').match(pattern)
|
||||||
|
|
||||||
if pattern[:3] in [r'\r,']:
|
if pattern[:3] in [r'\r,']:
|
||||||
options['recursive'] = True
|
options['recursive'] = True
|
||||||
|
Loading…
Reference in New Issue
Block a user