Skip to content

Commit

Permalink
PAPP-35399: linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tapishj-splunk committed Feb 11, 2025
1 parent c8f09a3 commit 091fa9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frictionlessconnectors.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"appid": "7c653487-22c8-4ec1-bca0-16a8b1513c86",
"appid": "501b54a8-4bad-4b65-ad7b-d6ac4e5e49c8",
"name": "Frictionless Connectors Test",
"description": "To test changes to CI/CD. using cisco secure firewalls actions",
"type": "information",
Expand Down
4 changes: 2 additions & 2 deletions frictionlessconnectors_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
GET_HOSTS_ENDPOINT,
HEADERS,
NETWORK_OBJECTS_ENDPOINT,
STATE_FILE_CORRUPT_ERR,
OBJECT_TYPES,
STATE_FILE_CORRUPT_ERR,
)


Expand Down Expand Up @@ -325,7 +325,7 @@ def _handle_list_network_objects(self, param: dict[str, Any]) -> bool:
return action_result.get_status()

action_result.update_summary({"total_objects_returned": len(action_result.get_data())})
return action_result.set_status(phantom.APP_SUCCESS)
return action_result.set_status(phantom.APP_SUCCESS)

def handle_action(self, param: dict[str, Any]) -> bool:

Expand Down

0 comments on commit 091fa9e

Please sign in to comment.