Skip to content

Commit

Permalink
Change name of a deprecated Click function result_callback()
Browse files Browse the repository at this point in the history
fixes #140
  • Loading branch information
hugoledoux committed Jun 20, 2022
1 parent 444c696 commit d2f1732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cjio/cjio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2f1732

Please sign in to comment.