commit: 73aa4d1bc690dbef69c0c00dfc629209a3a8540e
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 19:00:41 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 19:00:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=73aa4d1b
overlay.py: Corrects else on line 316
layman/overlays/overlay.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py
index 024989c..cf99499 100755
--- a/layman/overlays/overlay.py
+++ b/layman/overlays/overlay.py
@@ -313,7 +313,7 @@ class Overlay(object):
'entry!' % {'name': self.name}
if not ignore:
raise Exception(msg)
- else ignore == 1:
+ elif ignore == 1:
self.output.warn(msg, 4)
if 'description' in overlay: