Commit 95e1830e authored by Vaibhav Sagar's avatar Vaibhav Sagar

Change InputMessage to ExecuteInputMessage

This stops nbconvert from complaining.
parent 5d5f2ec7
......@@ -305,7 +305,7 @@ replyTo interface req@ExecuteRequest { getCode = code } replyHeader state = do
let execCount = getExecutionCounter state
-- Let all frontends know the execution count and code that's about to run
inputHeader <- liftIO $ dupHeader replyHeader InputMessage
inputHeader <- liftIO $ dupHeader replyHeader ExecuteInputMessage
send $ PublishInput inputHeader (T.unpack code) execCount
-- Run code and publish to the frontend as we go.
......
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