Allow interactive feedback
This commit is contained in:
parent
1526b8a0ff
commit
15370d8862
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ class ProblemDataCompiler(object):
|
||||||
if self.data.checker:
|
if self.data.checker:
|
||||||
if self.data.checker == 'interact':
|
if self.data.checker == 'interact':
|
||||||
init['interactive'] = {
|
init['interactive'] = {
|
||||||
'files': split_path_first(self.data.interactive_judge.name)[1]
|
'files': split_path_first(self.data.interactive_judge.name)[1],
|
||||||
|
'feedback': True
|
||||||
}
|
}
|
||||||
init['unbuffered'] = True
|
init['unbuffered'] = True
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue