Skip to content
Snippets Groups Projects
Commit 3efd226a authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

hg-ext-perf: read the main `cwd` from the right location

parent 7b049e16
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@
@property
def needed_vars(self):
variables = set()
cwd = self.get_var('simple-command.cwd')
cwd = self.get_var('hg-perf-ext.cwd')
if cwd is not None and cwd.startswith('DATA-VARS:'):
key = cwd.split(':', 1)[1]
variables.add(key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment