diff --git a/cjio/cjio.py b/cjio/cjio.py index 1e57bee..6fea5d7 100755 --- a/cjio/cjio.py +++ b/cjio/cjio.py @@ -55,7 +55,7 @@ def cli(context, input, ignore_duplicate_keys): context.obj = {"argument": input} -@cli.resultcallback() +@cli.result_callback() def process_pipeline(processors, input, ignore_duplicate_keys): extensions = ['.json', '.off', '.poly'] #-- input allowed try: