Skip to content

Commit

Permalink
1. fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed Feb 1, 2025
1 parent a422f90 commit a764ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ailice/core/AProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __call__(self, txt: str) -> str:
raise AExceptionStop()
elif msg != None:
resp = f"Interruption. Reminder from super user: {msg}"
self.SaveMsg(role="SYSTEM", msg=resp, storeMsg=resp, loggerMsg=resp, logger=loggerSection)
self.SaveMsg(role="SYSTEM", msg=resp, storeMsg=resp, logMsg=resp, logger=loggerSection)
continue

resp = self.interpreter.EvalEntries(ret)
Expand Down

0 comments on commit a764ff7

Please sign in to comment.