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 61ba722 commit 9b36312Copy full SHA for 9b36312
setuptools_scm/git_file_finder.py
@@ -47,7 +47,6 @@ def find_files(path=''):
47
git_files, git_dirs = _git_ls_files_and_dirs(toplevel)
48
realpath = os.path.normcase(os.path.realpath(path))
49
assert realpath.startswith(toplevel)
50
- assert realpath in git_dirs
51
seen = set()
52
res = []
53
for dirpath, dirnames, filenames in os.walk(realpath, followlinks=True):
0 commit comments