mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Last change made exit fail badly, correct that
This commit is contained in:
parent
7709a52eda
commit
1b6c258934
@ -40,6 +40,8 @@ def _ipmi_evtloop():
|
||||
while ipmiwaiters:
|
||||
waiter = ipmiwaiters.popleft()
|
||||
waiter.send()
|
||||
except RunTimeError:
|
||||
raise
|
||||
except:
|
||||
print "Whoops, that was a doozy"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user