Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 961ca9f

Browse files
committed
[client] Fix linting
1 parent e337651 commit 961ca9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/utils/opencti_stix2_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,6 @@ def process_update(self, data):
300300
)
301301
inputs.append({"key": key, "value": values})
302302
self.update_attribute(data["type"], data["id"], inputs)
303-
except Exception as e:
303+
except Exception:
304304
error_msg = traceback.format_exc()
305305
API_LOGGER.error(error_msg)

0 commit comments

Comments
 (0)