- Method `get_remote_file_content` is object's method now

This commit is contained in:
Stepan Oksanichenko 2024-05-04 10:43:19 +03:00
parent 91d282708e
commit bc8c776872
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B
1 changed files with 6 additions and 1 deletions

View File

@ -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: