- Method get_remote_file_content
is object's method now
This commit is contained in:
parent
91d282708e
commit
bc8c776872
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user