You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced implicitly in #156: When the operator was made embeddable, the defaults were not removed from the function signatures.
Normally, they were overridden by the CLI defaults and set to None. But not when the function was called as kopf.operator().
As a result, the embedded operator (kopf==0.21rc1) failed on startup due to a peering error (because the name was explicitly set, as if --peering=default was passed to CLI).
Types of Changes
Bug fix (non-breaking change which fixes an issue)
The text was updated successfully, but these errors were encountered:
Description
Introduced implicitly in #156: When the operator was made embeddable, the defaults were not removed from the function signatures.
Normally, they were overridden by the CLI defaults and set to
None
. But not when the function was called askopf.operator()
.As a result, the embedded operator (kopf==0.21rc1) failed on startup due to a peering error (because the name was explicitly set, as if
--peering=default
was passed to CLI).Types of Changes
The text was updated successfully, but these errors were encountered: