diff --git a/pungi/scripts/gather_modules.py b/pungi/scripts/gather_modules.py index 44cb7352..bccce7d0 100644 --- a/pungi/scripts/gather_modules.py +++ b/pungi/scripts/gather_modules.py @@ -82,7 +82,12 @@ def read_modules_yaml_from_specific_repo( repo_path + '/', record.location_href, ) - modules_yaml_path = PackagesGenerator.get_remote_file_content( + packages_generator = PackagesGenerator( + variants=[], + excluded_packages=[], + included_packages=[], + ) + modules_yaml_path = packages_generator.get_remote_file_content( file_url=modules_yaml_url ) else: