We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f15b40 commit fd0625eCopy full SHA for fd0625e
1 file changed
src/blueapi/core/context.py
@@ -384,6 +384,7 @@ def my_plan(a: int, b: str):
384
__config__=BlueapiPlanModelConfig,
385
**self._type_spec_for_function(plan), # type: ignore
386
)
387
+ LOGGER.debug("Registering plan %s from %s", plan.__name__, plan.__module__)
388
self.plans[plan.__name__] = Plan(
389
name=plan.__name__, model=model, description=plan.__doc__
390
0 commit comments