-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with file and directory count. #6
Comments
0 directories , 0 files
README Data Code Figures Serial Data Folder
>>> The issue is for both the console and the python method. |
I can only assume it's 0dc0ef8 |
>>> gi_matcher = gitignorefile.parse(Path(p, ".gitignore"))
>>> scitree.tree._file_count(p, n_files=0, n_folders=0, mask=gi_matcher, exclude_folders=[".git"])
(34, 6)
>>> The code itself works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For version 0.5.2 I get this result:
while for verison 0.5.1:
0.5.3 and 0.5.4 have the same issue. On windows terminal -> powershell.
The text was updated successfully, but these errors were encountered: