Skip to content

Commit 1018146

Browse files
ukleinekstephenfin
authored andcommitted
api: Add missing \n in error message
1 parent 4e2eaf5 commit 1018146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwclient/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def __init__(self, server, *, username=None, password=None, token=None):
440440
f"Automatically converted XML-RPC URL to REST API URL. This "
441441
f"is deprecated behavior and will be removed in a future "
442442
f"release. Update your pwclientrc to use the following URL: "
443-
f"{scheme}://{hostname}/api"
443+
f"{scheme}://{hostname}/api\n"
444444
)
445445
path = '/api'
446446

0 commit comments

Comments
 (0)