Minescript

Minescript

391 Downloads

minescript_runtime - exception handler default should not be used

Squizzy opened this issue · 0 comments

commented

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.