Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkrafka committed Aug 12, 2021
1 parent b2d19a7 commit ae307ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/management/commands/record_compiler.py
Expand Up @@ -41,7 +41,7 @@ def process(self, connection, channel, delivery_tag, body):

self._deleteStep(ProcessingStep.Types.COMPILE, collection_id=collection_id, ocid=ocid)

compiled_collection = Collection.objects.get(id=input_message["collection_id"])
compiled_collection = Collection.objects.get(id=input_message["collection_id"]).get_compiled_collection()

release_id = None

Expand Down

0 comments on commit ae307ba

Please sign in to comment.