diff --git a/base/bootstrapinfo.py b/base/bootstrapinfo.py index 9a72a8a..4d9d4df 100644 --- a/base/bootstrapinfo.py +++ b/base/bootstrapinfo.py @@ -3,4 +3,6 @@ class BootstrapInformation(object): def __init__(self, manifest=None, debug=False): self.manifest = manifest - self.debug = debug + self.debug = debug + import random + self.run_id = random.randrange(16**8)