change the mechanism of traceback and action choosing (#320)

This commit is contained in:
WinstonLiyt
2024-09-24 18:42:14 +08:00
committed by GitHub
parent 1ee2f5d764
commit 51b6038c2e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class LoopBase:
continue
except CoderError as e:
logger.warning(f"Traceback loop {li} due to {e}")
self.step_idx -= 1
self.step_idx = 0
continue
end = datetime.datetime.now(datetime.timezone.utc)