Skip to content
Snippets Groups Projects
Commit 1d9ccecd authored by Eterevskiy Georgiy's avatar Eterevskiy Georgiy
Browse files

Merge branch 'bugfix/fix-return-var-in-find-patch' into 'master'

В методе find класса PerxisItemsWrapper исправлено название переменной

See merge request !69
parents bf97e881 e36e0b81
No related branches found
No related tags found
1 merge request!69В методе find класса PerxisItemsWrapper исправлено название переменной
Pipeline #50446 passed with stage
in 51 seconds
......@@ -147,7 +147,7 @@ class PerxisItemsWrapper:
templates: bool = False,
) -> items_pb2.FindResponse:
"""Метод поиска записей в коллекции."""
result = await self.__items.Find(
message = await self.__items.Find(
items_pb2.FindRequest(
space_id=space_id,
env_id=env_id,
......
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='1.6.0',
version='1.6.1',
description='Perxis python client',
long_description=long_description,
long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment