Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[util/cmdgen.py] Ensure working directory is repo root
Commands may contain paths, which are relative to the root of the repository. In order to make command invocation independent of the current working directory, we set `cwd` of `subprocess.run` to the root of the repository. Signed-off-by: Andreas Kurth <[email protected]>
- Loading branch information