Skip to content

Commit

Permalink
fixup! Add AppStreams reposync module
Browse files Browse the repository at this point in the history
Allow additional fields in modules.yaml files
  • Loading branch information
cbbayburt committed Apr 16, 2024
1 parent 6762863 commit 97519ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/spacewalk/satellite_tools/appstreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _index_modulemd(self):
"""Indexes the Modulemd file."""
idx = Modulemd.ModuleIndex.new()
try:
idx.update_from_file(self.modulemd_file, True)
idx.update_from_file(self.modulemd_file, False)
except gi.repository.GLib.GError as e:
raise ModuleMdIndexingError(
f"An error occurred while indexing the module metadata from file '{self.modulemd_file}'."
Expand Down

0 comments on commit 97519ae

Please sign in to comment.