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
When I run dandi organize . in a Dandiset directory with no files in it, I get the following output:
2025-02-06 15:01:37,538 [ INFO] Loading metadata from 0 files
[Parallel(n_jobs=-1)]: Using backend LokyBackend with 20 concurrent workers.
2025-02-06 15:01:37,580 [ INFO] Logs saved in /home/local/KHQ/roni.choudhury/.local/state/dandi-cli/log/2025.02.06-20.01.36Z-3079906.log
Error: symlink: src should be string, bytes or os.PathLike, not NoneType
Steps to reproduce:
Create a fresh virtual environment and use pip to install dandi; I get version 0.66.5.
Download a Dandiset with no files in it (e.g., dandi download DANDI:000111) and move into the directory.
Run dandi organize ..
The text was updated successfully, but these errors were encountered:
When I run
dandi organize .
in a Dandiset directory with no files in it, I get the following output:Steps to reproduce:
dandi download DANDI:000111
) and move into the directory.dandi organize .
.The text was updated successfully, but these errors were encountered: