Fixed interpolation algorithms list

This commit is contained in:
plambeto 2022-05-08 21:16:09 +03:00
parent 3f457907b6
commit d669654142

View File

@ -545,7 +545,7 @@ def parse_arguments() -> argparse.Namespace:
interpolate.add_argument(
"-a",
"--algorithm",
choices=UPSCALING_ALGORITHMS,
choices=INTERPOLATION_ALGORITHMS,
help="algorithm to use for upscaling",
default=INTERPOLATION_ALGORITHMS[0],
)