Skip to content

Commit

Permalink
#56 fix JoeSandbox summary()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 16, 2017
1 parent 7c3262e commit e321f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/JoeSandbox/joesandbox_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def summary(self, raw):
taxonomy["value"] = "?"

taxonomies.append(taxonomy)
result.update(taxonomies)
result.update({"taxonomies":taxonomies})

return result

Expand Down

0 comments on commit e321f01

Please sign in to comment.