Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Aug 15, 2024
2 parents b3a5aba + f258e35 commit 324047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evdschat/core/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def chat(
if isinstance(res, type(None)):
raise GotNoneFromGetter()
if isinstance(res, str):
return res
return res,""
if isinstance(res, bool):
raise ValueError(
"""
Expand Down

0 comments on commit 324047f

Please sign in to comment.