added todo

This commit is contained in:
Jakub Trllo 2024-08-20 19:15:07 +02:00
parent 9260a80cb0
commit e5eefc81fc

View file

@ -79,6 +79,10 @@ def ensure_addons_are_process_context_ready(
to avoid possible clashes with preparation. For example 'QApplication'
should not be created.
Todos:
Run all preparations and allow to "ignore" failed preparations.
Right now single addon can block using certain actions.
Args:
process_context (ProcessContext): The context in which the
addons should be prepared.