Skip to content

Commit

Permalink
api: Add missing \n in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Kleine-König authored and stephenfin committed Jun 6, 2024
1 parent 4e2eaf5 commit 1018146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwclient/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def __init__(self, server, *, username=None, password=None, token=None):
f"Automatically converted XML-RPC URL to REST API URL. This "
f"is deprecated behavior and will be removed in a future "
f"release. Update your pwclientrc to use the following URL: "
f"{scheme}://{hostname}/api"
f"{scheme}://{hostname}/api\n"
)
path = '/api'

Expand Down

0 comments on commit 1018146

Please sign in to comment.