Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

229 adapt fertiscan to the new datastore with container #235

Draft
wants to merge 9 commits into
base: 224-enable-users-grouping-on-the-datastore
Choose a base branch
from
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
**/__pycache__/**
.vscode/settings.json
.vscode/**
test/**
.env
0.1.3.json
ml_structure.json
.DS_Store
.venv
venv
.vscode/extensions.json
2 changes: 1 addition & 1 deletion datastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ async def get_folder_pictures(self, cursor: Cursor, folder_id: UUID, user_id: UU
- user_id (str): The UUID of the user.

Returns:
- A list of the pictures of the folder.
- A list of the pictures (BLOB) of the folder.
"""
# Check if user exists
if self.container_client is None or not self.container_client.exists():
Expand Down
Loading
Loading