Skip to content
Snippets Groups Projects
Verified Commit 7e0c36e9 authored by Peter Stanko's avatar Peter Stanko
Browse files

Will compress the entity after creation

parent b89a624e
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -203,6 +203,7 @@ class UploadedEntity(object): ...@@ -203,6 +203,7 @@ class UploadedEntity(object):
self.download() self.download()
self.filter() self.filter()
self.clean() self.clean()
self.entity.compress()
return self.entity return self.entity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment