Skip to content

Commit

Permalink
Merge pull request #231 from CybercentreCanada/multi_type_result_section
Browse files Browse the repository at this point in the history
Set body properly
  • Loading branch information
cccs-sgaron authored Feb 10, 2022
2 parents 5c44007 + e4a233f commit e60b62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline_v4_service/common/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def finalize(self, depth: int = 0) -> bool:
return False

if not self.body and self.body is not None:
self.body = None
self._body = None

self._finalized = True

Expand Down

0 comments on commit e60b62b

Please sign in to comment.