Skip to content

Commit

Permalink
style: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Nov 16, 2024
1 parent 8146a24 commit c30ff7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cognite/neat/_session/_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ def __call__(self, io: Any, format: Literal["neat", "toolkit"] = "neat") -> Issu
]:
if self._client is None:
raise NeatValueError(
"No client provided. You are referencing Cognite containers in your data model,"
"NEAT needs a client to lookup the container definitions."
"No client provided. You are referencing Cognite containers in your data model, "
"NEAT needs a client to lookup the container definitions. "
"Please set the client in the session, NeatSession(client=client)"
)
system_containers = self._client.data_modeling.containers.retrieve(system_container_ids)
dms_importer.update_referenced_containers(system_containers)
Expand Down

0 comments on commit c30ff7c

Please sign in to comment.