From 1ab68e18d35538563b2b6082679fa89f2b2239db Mon Sep 17 00:00:00 2001 From: Harald Schafer Date: Fri, 9 Jul 2021 15:50:59 -0700 Subject: [PATCH] fix exclude pattern old-commit-hash: 472442111b6077ff758ad9e46828c7c97925927b --- selfdrive/test/update_ci_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/update_ci_routes.py b/selfdrive/test/update_ci_routes.py index a695e394c0..cb8f8b6648 100755 --- a/selfdrive/test/update_ci_routes.py +++ b/selfdrive/test/update_ci_routes.py @@ -29,7 +29,7 @@ def upload_route(path): "--recursive=false", "--overwrite=false", "--exclude-pattern=*/dcamera.hevc", - "--exclude-pattern=*/*.mkv", + "--exclude-pattern=*.mkv", ] subprocess.check_call(cmd)