commit: 7a04ac7c25076069cc4c0e6e771b55b1ab8016ec
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 22:46:41 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 22:46:41 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=7a04ac7c
mounter.py: Renames "repo" var to "repos", _check_selection()
---
layman/mounter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layman/mounter.py b/layman/mounter.py
index f041a9a..092a04f 100644
--- a/layman/mounter.py
+++ b/layman/mounter.py
@@ -120,7 +120,7 @@ class Mounter(object):
@rtype tuple
'''
- if 'ALL' in repo:
+ if 'ALL' in repos:
repos = sorted(self.mountables)
elif isinstance(repos, STR):
repos = [repos]