Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni authored Feb 29, 2024
1 parent fd4a9cd commit 40cdbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ def build_program(p):
self.problem.validators(validate.InputValidator)
if not self.problem.interactive:
self.problem.validators(validate.AnswerValidator)
self.problem.validators(validate.OutputValidator)
self.problem.validators(validate.OutputValidator)

def cleanup_build_failures(t):
if t.config.solution and t.config.solution.program is None:
Expand Down

0 comments on commit 40cdbb5

Please sign in to comment.