Skip to content

Commit

Permalink
Append a trailing "/" on orchestrator url
Browse files Browse the repository at this point in the history
Sem-Ver: bugfix
  • Loading branch information
alvarolopez committed Jan 11, 2021
1 parent d9c1947 commit 0171d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orpy/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, url, oidc_agent=None, token=None, debug=False):
:param bool debug: whether to enable debug logging
"""

self.url = url
self.url = url + "/"
self._token = token
self.oidc_agent = oidc_agent

Expand Down

0 comments on commit 0171d79

Please sign in to comment.