| Index: scripts/common/slave_alloc.py
|
| diff --git a/scripts/common/slave_alloc.py b/scripts/common/slave_alloc.py
|
| index 5fdc7ea4d45fd08031ef710a38c3d039df66a5ee..03d69d80d5f09d31fbea7e6389ca177519aea9c1 100644
|
| --- a/scripts/common/slave_alloc.py
|
| +++ b/scripts/common/slave_alloc.py
|
| @@ -120,7 +120,7 @@ class SlaveAllocator(object):
|
| enforce (bool): If True, raise an IOError if the state file does not
|
| exist or a ValueError if it could not be loaded.
|
| """
|
| - state = None
|
| + state = {}
|
| path = path or self.DEFAULT_STATE_PATH
|
| if not os.path.exists(path):
|
| if enforce:
|
|
|