Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-b716 committed Nov 17, 2024
1 parent dc9b7c0 commit 49b96a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def runHacking(self, id):
output = outputFile.read()

if self.config.checkerFile != "" and self.config.useTestlib:
runCheckerCommand = "{0} 2> checkerResult".format(self.config.runningCheckerCommands.replace("$(cname)",self.config.checkerFile).replace("$(i)",freInputFileName).replace("$(a)",ansFileName).replace("$(o)",freOutputFileName))
runCheckerCommand = "{0} checkerResult".format(self.config.runningCheckerCommands.replace("$(cname)",self.config.checkerFile).replace("$(i)",freInputFileName).replace("$(a)",ansFileName).replace("$(o)",freOutputFileName))
checkerExitCode = os.system("{0}".format(runCheckerCommand))
if checkerExitCode == 0:
result = 1
Expand Down Expand Up @@ -332,7 +332,7 @@ def mainPage(self):
self.mainPage()

class Meta:
_version = "6.1.0"
_version = "6.1.1"


if __name__ == "__main__":
Expand Down

0 comments on commit 49b96a1

Please sign in to comment.