mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 06:04:06 +00:00
remove stray braces
This commit is contained in:
parent
30d7c32ec6
commit
6a918fe102
|
@ -378,7 +378,7 @@ def run_job(taskname):
|
|||
print(line.replace("&", "&").replace("<", "<").replace(">", ">").replace("\"", """), end="", file=f)
|
||||
print('</system-out></testcase></testsuite></testsuites>', file=f)
|
||||
with open("{}/status".format(job.workdir), "w") as f:
|
||||
print("{{{} {} {}}}".format(job.status, job.retcode, job.total_time), file=f)
|
||||
print("{} {} {}".format(job.status, job.retcode, job.total_time), file=f)
|
||||
|
||||
return job.retcode
|
||||
|
||||
|
|
Loading…
Reference in a new issue