aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/core.py')
-rw-r--r--hrc/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hrc/core.py b/hrc/core.py
index 6efb4af..72997c0 100644
--- a/hrc/core.py
+++ b/hrc/core.py
@@ -433,7 +433,7 @@ class Core:
rule_state = _rule.__init_state__()
if rule_state is not None:
self.rule_state[_rule.name] = rule_state
- # TODO(简律纯): Refactor event handle process
+ # TODO(简律纯): Refactor event handle process with General Rules Package Standard
if await _rule.rule():
logger.info(f"Event will be handled by {_rule!r}")
try: