diff --git a/scripts/dev-tools.py b/scripts/dev-tools.py index 177ab67..20b64ff 100644 --- a/scripts/dev-tools.py +++ b/scripts/dev-tools.py @@ -68,7 +68,7 @@ def main(): test_refsol_parser.set_defaults(test_refsol_parser=True) args = parser.parse_args() if hasattr(args, "copy_test_parser"): - copy_test(args, args.force) + copy_test(args, force=args.force) if hasattr(args, "test_parser"): test(args) if hasattr(args, "test_refsol_parser"):