Skip to content

Commit

Permalink
refs #59: Fix C kernel interactive input
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 26, 2017
1 parent 1ac3ee9 commit 82f2e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c/run.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /usr/bin/env python3

import asyncio
import logging
import os
from pathlib import Path
Expand Down Expand Up @@ -36,7 +37,7 @@ def __init__(self):
self.child_env.update(CHILD_ENV)

async def init_with_loop(self):
pass
self.user_input_queue = asyncio.Queue()

async def build(self, build_cmd):
if build_cmd is None or build_cmd == '':
Expand Down

0 comments on commit 82f2e5a

Please sign in to comment.