Revision 20601361 lib/backend.py
b/lib/backend.py | ||
---|---|---|
2678 | 2678 |
# ensure the child is running on ram |
2679 | 2679 |
try: |
2680 | 2680 |
utils.Mlockall() |
2681 |
except Exception: |
|
2681 |
except Exception: # pylint: disable-msg=W0703
|
|
2682 | 2682 |
pass |
2683 | 2683 |
time.sleep(5) |
2684 | 2684 |
hyper.PowercycleNode() |
Also available in: Unified diff