Benjamin Schubert pushed to branch bschubert/refactor-profiling at BuildStream / buildstream
Commits:
-
1d6c6cdc
by Benjamin Schubert at 2019-01-30T11:57:02Z
1 changed file:
Changes:
... | ... | @@ -146,7 +146,7 @@ class Project(): |
146 | 146 |
self._fully_loaded = False
|
147 | 147 |
self._project_includes = None
|
148 | 148 |
|
149 |
- with with_profiling(Topics.LOAD_PROJECT, self.directory.replace(os.sep, '-'))
|
|
149 |
+ with with_profiling(Topics.LOAD_PROJECT, self.directory.replace(os.sep, '-')):
|
|
150 | 150 |
self._load(parent_loader=parent_loader, tempdir=tempdir)
|
151 | 151 |
|
152 | 152 |
self._partially_loaded = True
|