Revision 33987705 lib/jqueue.py
b/lib/jqueue.py | ||
---|---|---|
499 | 499 |
# Remove master node |
500 | 500 |
try: |
501 | 501 |
del self._nodes[self._my_hostname] |
502 |
except ValueError:
|
|
502 |
except KeyError:
|
|
503 | 503 |
pass |
504 | 504 |
|
505 | 505 |
# TODO: Check consistency across nodes |
Also available in: Unified diff