##// END OF EJS Templates
Fix error when overwriting a bad symbolic link installing an nbextension...
Fix error when overwriting a bad symbolic link installing an nbextension The unit test fails before this fix and works after this fix. Basically, if the already-installed symlink is a bad link, .exists() returns False (so the existing link is not removed), while .lexists() will return True (so the existing link is removed).
Jason Grout -
r20245:e5220e22
Show More
Name Size Modified Last Commit Author
/ IPython / kernel / tests
__init__.py Loading ...
test_adapter.py Loading ...
test_connect.py Loading ...
test_kernel.py Loading ...
test_kernelmanager.py Loading ...
test_kernelspec.py Loading ...
test_launcher.py Loading ...
test_message_spec.py Loading ...
test_multikernelmanager.py Loading ...
test_public_api.py Loading ...
utils.py Loading ...