Skip to content

Commit

Permalink
fix: typo in VFolder status update (#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa authored Aug 20, 2024
1 parent b15a210 commit 2e7edd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/2742.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in Virtual-folder status update code.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/models/vfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ async def _delete():
if failed_deletion:
await update_vfolder_status(
db_engine,
[vfid.vfolder_id for vfid, _ in failed_deletion],
[vfid.vfolder_id.folder_id for vfid, _ in failed_deletion],
VFolderOperationStatus.DELETE_ERROR,
do_log=False,
)
Expand Down

0 comments on commit 2e7edd7

Please sign in to comment.