From b1e7858cae16957d2d9eb2fc462b29e67cf9d320 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 12 Apr 2021 20:12:04 -0700 Subject: rename resultcallback to result_callback --- examples/imagepipe/imagepipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/imagepipe/imagepipe.py b/examples/imagepipe/imagepipe.py index 57432fa..e2d2f03 100644 --- a/examples/imagepipe/imagepipe.py +++ b/examples/imagepipe/imagepipe.py @@ -20,7 +20,7 @@ def cli(): """ -@cli.resultcallback() +@cli.result_callback() def process_commands(processors): """This result callback is invoked with an iterable of all the chained subcommands. As in this example each subcommand returns a function -- cgit v1.2.1