Private
Public Access
1
0

small fixes

This commit is contained in:
Sander Roosendaal
2018-07-07 16:13:19 +02:00
parent d1ddb9b242
commit 75d5db185f
3 changed files with 1 additions and 3 deletions

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
a = typ.replace('+'.'\+')
)
testert = re.compile(str1)
if testert.match(line.lower()):