Skip to content

Commit 4ece4ec

Browse files
authored
fix: add whitespace before product name (#358)
1 parent 57682ca commit 4ece4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tosfs/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def __init__(
258258
proxy_username=proxy_username,
259259
proxy_password=proxy_password,
260260
except100_continue_threshold=except100_continue_threshold,
261-
user_agent_product_name="EMR",
261+
user_agent_product_name=" EMR",
262262
user_agent_soft_name="TOSFS",
263263
user_agent_soft_version=Version.version,
264264
user_agent_customized_key_values={"revision": Version.revision},

0 commit comments

Comments
 (0)