We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6635e4a commit b6a3b00Copy full SHA for b6a3b00
scripts/dev-tools.py
@@ -68,7 +68,7 @@ def main():
68
test_refsol_parser.set_defaults(test_refsol_parser=True)
69
args = parser.parse_args()
70
if hasattr(args, "copy_test_parser"):
71
- copy_test(args, args.force)
+ copy_test(args, force=args.force)
72
if hasattr(args, "test_parser"):
73
test(args)
74
if hasattr(args, "test_refsol_parser"):
0 commit comments