- Return empty list if a repo doesn't contain any module
This commit is contained in:
parent
0a9e5df66c
commit
65d0c09e97
@ -279,6 +279,7 @@ class PackagesGenerator:
|
||||
return list(self._parse_modules_file(
|
||||
repomd_record_file_path,
|
||||
))
|
||||
return []
|
||||
|
||||
@staticmethod
|
||||
def compare_pkgs_version(package_1: Package, package_2: Package) -> int:
|
||||
|
Loading…
Reference in New Issue
Block a user