commit:     29c56b4712c738ff37c4d506d42f1adb21b4ec9c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 22:10:59 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 22:10:59 2021 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=29c56b47

catalyst: Remove remaining snakeoil LockInUse usage

I missed this when backporting.

Fixes: 9221e327 ("catalyst: Replace snakeoil's locks with fasteners")
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 catalyst/base/stagebase.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index ad0028e1..28c4ee23 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1497,10 +1497,6 @@ class StageBase(TargetBase, ClearBase, GenBase):
                        sys.stdout.flush()
                        try:
                                getattr(self, x)()
-                       except LockInUse:
-                               log.error('Unable to aquire the lock...')
-                               failure = True
-                               break
                        except Exception:
                                log.error('Exception running action sequence 
%s', x, exc_info=True)
                                failure = True

Reply via email to