Skip to content

Commit

Permalink
catalyst: Remove remaining snakeoil LockInUse usage
Browse files Browse the repository at this point in the history
I missed this when backporting.

Fixes: 9221e32 ("catalyst: Replace snakeoil's locks with fasteners")
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Jul 6, 2021
1 parent fe47ff1 commit 29c56b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions catalyst/base/stagebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1497,10 +1497,6 @@ def _run(self):
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
Expand Down

0 comments on commit 29c56b4

Please sign in to comment.