Skip to content

Commit

Permalink
Fix config creation in Opik (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik authored Sep 17, 2024
1 parent ac84e17 commit 21e075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/src/opik/api_objects/opik_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(
None
"""
config_ = config.get_from_user_inputs(
project_name=project_name, workspace=workspace, host=host
project_name=project_name, workspace=workspace, url_override=host
)
self._workspace: str = config_.workspace
self._project_name: str = config_.project_name
Expand Down

0 comments on commit 21e075d

Please sign in to comment.