Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ pulp Public archive

Commit

Permalink
Fixed bug, it works again!
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Bouterse committed Jul 31, 2018
1 parent afbaaef commit 784e778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/pulpcore/plugin/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ async def artifact_saver(in_q, out_q):
continue
await out_q.put(declarative_content)

declarative_content_list = []

await out_q.put(None)


Expand Down

0 comments on commit 784e778

Please sign in to comment.