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

Commit

Permalink
ensure the notification reporting module executes last #1480 (thanks …
Browse files Browse the repository at this point in the history
…Maurotb)

That way the notified party may collect the HTML & PDF reports, use the
MongoDB data, etc.
  • Loading branch information
jbremer committed Apr 25, 2017
1 parent 6e4451f commit 487ac7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuckoo/reporting/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def default(obj):

class Notification(Report):
"""Notifies external service about finished analysis via URL."""
order = 3

def run(self, results):
post = {
Expand Down

0 comments on commit 487ac7c

Please sign in to comment.