commit:     44d1c523c8d42ec8e33391ea0b33e1d19b3a5140
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 17 14:14:22 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Aug 17 14:14:22 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=44d1c523

api.py: Fix an indent error preventing syncing

This correctly fixes commit: 964bb33df4a75
Subject: api.py: Fixes lack of syncing overlays
Author: Devan Franchini <twitch153 <AT> gentoo.org> (Sat 16 Aug 2014 09:00:47 
PM PDT)

and original commit: 754cc935e1484
Suubject: Fix errors in overlay updates.
Author: Brian Dolbec <dolsen <AT> gentoo.org> (Sat 26 Jul 2014 04:38:14 PM PDT)

---
 layman/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/api.py b/layman/api.py
index e56d5e8..b62e8f5 100755
--- a/layman/api.py
+++ b/layman/api.py
@@ -505,7 +505,7 @@ class LaymanAPI(object):
                     self.output.warn('Failed to perform overlay type or url 
updates', 2)
                     self.output.warn('    for Overlay: %s' % ovl, 2)
                     self.output.warn('    Error was: %s' % str(error))
-                pass
+                    continue
 
             try:
                     self.output.debug("API.sync(); starting db.sync(ovl)", 5)

Reply via email to