Skip to content

Commit cb20a85

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 696403d commit cb20a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/signatures/windows/cryptography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def on_call(self, call, process):
6767
proc_name = process.get("process_name", "unknown")
6868
pid = process.get("process_id", "unknown")
6969

70-
event_msg = f"{proc_name} (PID: {pid}) probed FIPS encryption policy at '{key_name}'"
70+
event_msg = "{} (PID: {}) probed FIPS encryption policy at '{}'".format(proc_name, pid, key_name)
7171

7272
if event_msg not in self.fips_events:
7373
self.fips_events.add(event_msg)

0 commit comments

Comments
 (0)