diff --git a/installsystems/repository.py b/installsystems/repository.py index 368cab7ecbb8d4e37fe322aba318d35316c6cc8a..e5970c0d699133a281444e3297750264b20441c2 100644 --- a/installsystems/repository.py +++ b/installsystems/repository.py @@ -926,7 +926,7 @@ class RepositoryManager(object): fnmatch.fnmatch("%s/%s" % (self[img["repo"]].uuid, k.split("/")[1]), filter_pattern)): del images[k] ans.update(images) - return ans + return ans def search_image(self, pattern): '''