Skip to content

Commit

Permalink
Add missing _modules attribute to Compose
Browse files Browse the repository at this point in the history
This renders the module metadata inaccessible via the Compose class.
  • Loading branch information
lubomir committed Jun 20, 2018
1 parent d4676a1 commit 13ba89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions productmd/compose.py
Expand Up @@ -79,6 +79,7 @@ def __init__(self, compose_path):
self._composeinfo = None
self._images = None
self._rpms = None
self._modules = None

def _find_metadata_file(self, paths):
for i in paths:
Expand Down

0 comments on commit 13ba89d

Please sign in to comment.