From addee15fcddb71e190b19b820f1229d65fa46f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Dunand?= Date: Thu, 13 Jun 2013 14:12:00 +0200 Subject: [PATCH] Fix tab usage instead of spaces --- installsystems/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installsystems/repository.py b/installsystems/repository.py index 368cab7..e5970c0 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): ''' -- GitLab