Jürg Billeter pushed to branch master at BuildStream / buildstream
Commits:
-
ddef91ea
by Valentin David at 2019-01-29T07:23:35Z
-
6a4c8611
by Jürg Billeter at 2019-01-29T08:18:45Z
1 changed file:
Changes:
... | ... | @@ -54,6 +54,7 @@ class IntegrationCache(): |
54 | 54 |
|
55 | 55 |
def __init__(self, cache):
|
56 | 56 |
cache = os.path.abspath(cache)
|
57 |
+ os.makedirs(cache, exist_ok=True)
|
|
57 | 58 |
|
58 | 59 |
# Use the same sources every time
|
59 | 60 |
self.sources = os.path.join(cache, 'sources')
|