- Method get_remote_file_content
is object's method now
This commit is contained in:
parent
5fe0504265
commit
ccaf31bc87
@ -59,7 +59,12 @@ def read_modules_yaml_from_specific_repo(
|
||||
repo_path + '/',
|
||||
'repodata/repomd.xml',
|
||||
)
|
||||
repomd_file_path = PackagesGenerator.get_remote_file_content(
|
||||
packages_generator = PackagesGenerator(
|
||||
variants=[],
|
||||
excluded_packages=[],
|
||||
included_packages=[],
|
||||
)
|
||||
repomd_file_path = packages_generator.get_remote_file_content(
|
||||
file_url=repomd_url
|
||||
)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user