fixed minor flake8 style problem
This commit is contained in:
parent
5c341a2b00
commit
1eecffce97
|
@ -324,6 +324,7 @@ def parse_multipart_form(body, boundary):
|
|||
else:
|
||||
fields[field_name] = [value]
|
||||
else:
|
||||
logger.debug('Form-data field does not have a name parameter in the Content-Disposition header')
|
||||
logger.debug('Form-data field does not have a \'name\' parameter \
|
||||
in the Content-Disposition header')
|
||||
|
||||
return fields, files
|
||||
|
|
Loading…
Reference in New Issue
Block a user