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
annotate_source_path(nb, base_dir, path, boundary_key)
File "C:\Users\pete\AppData\Local\Continuum\anaconda3\lib\site-packages\nbmerge\__init__.py", line 37, in annotate_source_path
cells[0].metadata[boundary_key] = os.path.relpath(nb_path, base_dir)
File "C:\Users\pete\AppData\Local\Continuum\anaconda3\lib\ntpath.py", line 584, in relpath
path_drive, start_drive))
ValueError: path is on mount 'c:', start on mount 'D:'
The text was updated successfully, but these errors were encountered:
Best solution may be to catch the ValueError and simply use the notebook base name. Would like to create a test for this on AppVeyor, which may require creating a separate virtual disk.
Hope your dissertation defense went well! Just pinging this issue again since I haven't worked on it yet. It's not holding up the project I'm using it for, however.
The text was updated successfully, but these errors were encountered: