Skip to content

Commit

Permalink
Fix list children
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 16, 2024
1 parent 7a02cae commit b079864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hypha/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.20.39.post1"
"version": "0.20.39.post2"
}
5 changes: 2 additions & 3 deletions hypha/artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -1816,10 +1816,9 @@ async def list_children(
await session.commit()

return results

except Exception as e:
raise ValueError(
f"An error occurred while executing the search query: {str(e)}"
)
raise e
finally:
await session.close()

Expand Down

0 comments on commit b079864

Please sign in to comment.