typo fix
This commit is contained in:
@@ -124,7 +124,7 @@ def gettypeoptions_body2(uploadoptions,body):
|
||||
if testerb.match(line.lower()):
|
||||
for typ,verb in boattypes:
|
||||
str1 = '^(boat)(.*)({a})'.format(
|
||||
a = typ.replace('+'.'\+')
|
||||
a = typ.replace('+','\+')
|
||||
)
|
||||
testert = re.compile(str1)
|
||||
if testert.match(line.lower()):
|
||||
|
||||
Reference in New Issue
Block a user