We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f886a commit 3ec9829Copy full SHA for 3ec9829
CPAC/info.py
@@ -55,7 +55,7 @@ def get_cpac_gitversion() -> str | None:
55
from pathlib import Path
56
import subprocess
57
58
- gitpath = Path(__file__).parent.resolve()
+ gitpath = Path(__file__).resolve()
59
60
gitpathgit = gitpath / ".git"
61
if not gitpathgit.exists():
0 commit comments