Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Update behavior.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Jan 3, 2017
1 parent c9deaa4 commit ce0bc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/processing/behavior.py
Expand Up @@ -128,8 +128,8 @@ def handle_process_event(self, process):
self.processes[process["pid"]] = {
"pid": process["pid"],
"ppid": process["ppid"],
"process_name": process["process_name"],
"process_path": process.get("process_path", None),
"process_path": process["process_path"],
"first_seen": process["first_seen"],
"summary": collections.defaultdict(set),
}
Expand Down

0 comments on commit ce0bc05

Please sign in to comment.