Skip to content

Commit

Permalink
Update geti_sdk/rest_clients/project_client/project_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ludo Cornelissen <[email protected]>
  • Loading branch information
igor-davidyuk and ljcornel committed Sep 12, 2024
1 parent e0a9c5b commit 41ce4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geti_sdk/rest_clients/project_client/project_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_project_by_name(
Get a project from the Intel® Geti™ server by project_name.
If multiple projects with the same name exist on the server, this method will
raise a ValueError, unless a `project_id` is provided to uniquely identify the
raise a ValueError. In that case, please use the `ProjectClient.get_project()` method and provide a `project_id` to uniquely identify the project
project.
:param project_name: Name of the project to get
Expand Down

0 comments on commit 41ce4d5

Please sign in to comment.