Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 committed Jun 18, 2024
1 parent 07c333a commit 1adc3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composio/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ def execute_action(
return {"output_file": f"{output_file_path}"}

try:
output = self._save_files(
output_modified = self._save_files(
f"{action.name}_{entity_id}_{time.time()}", output
)
return output_modified
except Exception as e:
print(f"Error checking file response: {e}")
pass
return output

def _save_files(self, file_name_prefix: str, output: dict) -> dict:
Expand Down

0 comments on commit 1adc3b6

Please sign in to comment.