8000 Update request_factory.py · ludwigrubio/server-client-python@98cd23d · GitHub
[go: up one dir, main page]

Skip to content

Commit 98cd23d

Browse files
authored
Update request_factory.py
1 parent 31c9506 commit 98cd23d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/request_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def _add_multipart(parts: Dict) -> Tuple[Any, str]:
3434
mime_multipart_parts.append(multipart_part)
3535
xml_request, content_type = encode_multipart_formdata(mime_multipart_parts)
3636
content_type = "".join(("multipart/mixed",) + content_type.partition(";")[1:])
37+
print(content_type)
3738
return xml_request, content_type
3839

3940

0 commit comments

Comments
 (0)
0