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 386da56 commit c60f233Copy full SHA for c60f233
src/setuptools_scm/_file_finders/git.py
@@ -28,7 +28,7 @@ def _git_toplevel(path: str) -> str | None:
28
# with incorrect permissions and we don't want to silently
29
# ignore files.
30
if "--add safe.directory" in res.stderr and not os.environ.get(
31
- "SETUPTOOLS_SCM_IGNORE_DUBIOUS_OWNER"
+ "SETUPTOOLS_SCM_IGNORE_DUBIOUS_OWNER"
32
):
33
log.error(res.stderr)
34
raise SystemExit(
0 commit comments