Squizzy opened this issue 3 months ago · 0 comments
def CallAsyncScriptFunction(func_name: str, args: Tuple[Any, ...], retval_handler: AnyConsumer, exception_handler: ExceptionHandler = None) -> None:
"ExceptionHandler = None” should only be “ExceptionHandler” as it already supplies None if no exception is provided.