mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
exclude raw logger files from upload
This commit is contained in:
@@ -29,6 +29,7 @@ def upload_route(path):
|
||||
"--recursive=false",
|
||||
"--overwrite=false",
|
||||
"--exclude-pattern=*/dcamera.hevc",
|
||||
"--exclude-pattern=*/*.mkv",
|
||||
]
|
||||
subprocess.check_call(cmd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user