Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-07-07 16:37:17 +02:00
parent f2f9718302
commit 0dc84b44b0

View File

@@ -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()):