From e77717be13f4508249d81c6be6d209c1d1791a4b Mon Sep 17 00:00:00 2001 From: Andrej Manduch Date: Wed, 26 Jul 2023 08:40:29 +0200 Subject: [PATCH] Fixed small typo in code decorator resultcallback doesn't exists so I changed it to result_callback Resolves #80 --- theonionbox/theonionbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theonionbox/theonionbox.py b/theonionbox/theonionbox.py index a906ae2..31fad41 100644 --- a/theonionbox/theonionbox.py +++ b/theonionbox/theonionbox.py @@ -95,7 +95,7 @@ def main(ctx, debug, trace, config, cc, log): pass -@main.resultcallback() +@main.result_callback() def launcher(results, debug, trace, config, cc, log): # This raises (by intension) if no context.