fix no resualt bugs (#1448)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2024-07-09 18:06:09 +08:00
committed by GitHub
parent fb66b1e726
commit 30b88e2b91
5 changed files with 14 additions and 9 deletions

View File

@ -220,6 +220,7 @@ class Canvas(ABC):
prepare2run([p])
break
traceback.print_exc()
break
continue
try:
@ -231,6 +232,7 @@ class Canvas(ABC):
prepare2run([p])
break
traceback.print_exc()
break
if self.answer:
cpn_id = self.answer[0]