Skip to content

Commit

Permalink
Merge branch 'file-close' into release-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Aug 23, 2017
2 parents 713653e + c2e3407 commit 39c0aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intelmq/bots/outputs/file/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ def process(self):
else:
self.acknowledge_message()

def shutdown(self):
self.file.close()


BOT = FileOutputBot

0 comments on commit 39c0aeb

Please sign in to comment.