space around assignement

This commit is contained in:
Matthias BUSSONNIER 2012-05-03 07:43:00 +02:00
parent 2faee858af
commit c20c814a69

View File

@ -596,7 +596,7 @@ class NotebookRootHandler(AuthenticatedHandler):
nid = f['notebook_id']
kid = km.kernel_for_notebook(nid)
if kid is not None:
f['kernel_id']=kid
f['kernel_id'] = kid
self.finish(jsonapi.dumps(files))
@web.authenticated