You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As venv folder is present in .gitignore but not in skipped folders (folders_to_skip), I get this error:
Traceback (most recent call last):
File "D:\User\bids-xpct-example\tools\print_dataset_listing.py", line 163, in <module>
main()
File "D:\User\bids-xpct-example\tools\print_dataset_listing.py", line 56, in main
check_missing_folders(df, root)
File "D:\User\bids-xpct-example\tools\print_dataset_listing.py", line 75, in check_missing_folders
raise ValueError(
ValueError: Found 77 folders but 76 datasets in the table:missing {'venv'} folders
As
venv
folder is present in.gitignore
but not in skipped folders (folders_to_skip
), I get this error:It can be fixed by changing
bids-examples/tools/print_dataset_listing.py
Line 12 in 401f4cf
The text was updated successfully, but these errors were encountered: