We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4e816 commit fe8cf75Copy full SHA for fe8cf75
1 file changed
src/extensions/score_plantuml.py
@@ -53,7 +53,7 @@ def get_runfiles_dir() -> Path:
53
# But we need to find it first.
54
logger.debug("Running outside bazel.")
55
56
- git_root = Path(__file__).resolve()
+ git_root = Path.cwd().resolve()
57
while not (git_root / ".git").exists():
58
git_root = git_root.parent
59
if git_root == Path("/"):
0 commit comments