Skip to content

Commit b6a3b00

Browse files
authored
update dev-tools.py to fix --force in copy-test (#70)
1 parent 6635e4a commit b6a3b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev-tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def main():
6868
test_refsol_parser.set_defaults(test_refsol_parser=True)
6969
args = parser.parse_args()
7070
if hasattr(args, "copy_test_parser"):
71-
copy_test(args, args.force)
71+
copy_test(args, force=args.force)
7272
if hasattr(args, "test_parser"):
7373
test(args)
7474
if hasattr(args, "test_refsol_parser"):

0 commit comments

Comments
 (0)