fix memory_persistent double forwarding - #1702
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Internal: Discord sync markerAuto-managed by the Discord notification workflow. Stores the linked Discord message ID and forum thread ID. Do not edit or delete. |
fixes #1638
changes:
preventDefault()after every explicitwriteQuestions/writeAnswersforward inmemory_persistentverification:
git diff --checkPYTHONPATH=nodes/src .venv/bin/python - <<PY ... pytest.main(["nodes/test/memory_persistent/test_node.py", "-q"]) ... PY-> 87 passedgitleaks,ruff check,ruff format --check