##// END OF EJS Templates
fix bug in stale profile clean up for clusters...
fix bug in stale profile clean up for clusters "clusters" tab of my notebook wasn't rendering, so checked the log, found the stack trace: ``` [...] File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/handlers.py", line 21, in get self.finish(json.dumps(self.cluster_manager.list_profiles())) File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/clustermanager.py", line 77, in list_profiles self.update_profiles() File "/usr/local/lib/python3.4/site-packages/ipython-3.0.0-py3.4.egg/IPython/html/services/clusters/clustermanager.py", line 74, in update_profiles self.profiles.pop(stale) TypeError: unhashable type: 'set' ``` looks like a pretty straightforward mistake
Ian Barfield -
r21236:10a376e0
Show More
Name Size Modified Last Commit Author
/ jupyter_notebook / static / notebook / js
celltoolbarpresets
about.js Loading ...
actions.js Loading ...
cell.js Loading ...
celltoolbar.js Loading ...
codecell.js Loading ...
codemirror-ipython.js Loading ...
codemirror-ipythongfm.js Loading ...
completer.js Loading ...
contexthint.js Loading ...
kernelselector.js Loading ...
keyboardmanager.js Loading ...
main.js Loading ...
maintoolbar.js Loading ...
mathjaxutils.js Loading ...
menubar.js Loading ...
notebook.js Loading ...
notificationarea.js Loading ...
outputarea.js Loading ...
pager.js Loading ...
quickhelp.js Loading ...
savewidget.js Loading ...
scrollmanager.js Loading ...
textcell.js Loading ...
toolbar.js Loading ...
tooltip.js Loading ...
tour.js Loading ...