##// END OF EJS Templates
FileNotebookManager: Use shutil.move() instead of os.rename()...
FileNotebookManager: Use shutil.move() instead of os.rename() `os.rename()` fails in case the new path is on a different filesystem. For example if a file in `/tmp` is tried to save to home, it causes following error: [Errno 18] Invalid cross-device link using os.rename
Pankaj Pandey -
r16212:19a55196
Show More
Name Size Modified Last Commit Author
/ IPython / html / services / notebooks
tests
__init__.py Loading ...
filenbmanager.py Loading ...
handlers.py Loading ...
nbmanager.py Loading ...