Skip to content

Commit

Permalink
improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-composio committed Nov 23, 2024
1 parent 0ef010e commit 94ee762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/composio/tools/toolset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ def fetch_expected_integration_params(
continue
return [f for f in scheme.fields if not f.expected_from_customer]
raise ComposioSDKError(
message=f"{app} does not support {auth_scheme} auth scheme"
message=f"{app.name!r} does not support {auth_scheme!r} auth scheme"
)

def create_integration(
Expand Down

0 comments on commit 94ee762

Please sign in to comment.