Commit 159753e1 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Change b'' to just ''.

parent e52d4181
......@@ -3,5 +3,5 @@
c = get_config()
exe = '${executable}'.replace(' ', '\\\\ ')
c.KernelManager.kernel_cmd = [exe, 'kernel', '{connection_file}']
c.Session.key = b''
c.Session.keyfile = b''
c.Session.key = ''
c.Session.keyfile = ''
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment