Skip to content

Commit

Permalink
Add missing super() call in f73805f
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSD committed Oct 25, 2017
1 parent 5393773 commit b3e2dd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/pulp_rpm/plugins/distributors/yum/metadata/repomd.py
Expand Up @@ -38,6 +38,8 @@ def __exit__(self, exc_type, exc_val, exc_tb):

def finalize(self):

super(RepomdXMLFileContext, self).finalize()

if self.gpg_sign:
command = ('gpg --yes --detach-sign --armor %(metadata_file_path)s' %
{'metadata_file_path': self.metadata_file_path})
Expand Down

0 comments on commit b3e2dd8

Please sign in to comment.