tarmstrong / nbdiff

A diffing and merging tool for the IPython Notebook.
http://nbdiff.org
MIT License
212 stars 28 forks source link

Error given when running nbdiff if a notebook is deleted. #226

Closed charleslukowski closed 10 years ago

charleslukowski commented 10 years ago

Steps

  1. delete IPython notebook (not committed)
  2. Run nbdiff

Error Message git_adapter.py, line 32 in get_modified_notebooks current_local_notebook = open(item) IOError: [Errno 2] No such file or directory: 'ipython notebooks/Untitled1.ipynb

tarmstrong commented 10 years ago

Confirmed. Thanks for the bug report!

I should be able to fix this in the next week.