mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 22:22:11 +08:00
exclude raw logger files from upload
old-commit-hash: 8f1fc93a5e69dfa55ae4f45dfb1256e918424b41
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