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
Explicitly passing the logger into a function with a type hint (e.g. def my_function(Message: str, logger, **kwargs): throws the following error
"InvalidPayloadError Failed to run AUTO_PATH Action(functions=[<function my_function at 0x7f5ea1e5f0d0>], paths=[], queues=[]) due to TypeError Type of logger should be <class 'lpipe.logging.LPLogger'> not <class 'NoneType'>."
The text was updated successfully, but these errors were encountered:
Explicitly passing the logger into a function with a type hint (e.g.
def my_function(Message: str, logger, **kwargs):
throws the following errorThe text was updated successfully, but these errors were encountered: