exclude raw logger files from upload

This commit is contained in:
Adeeb Shihadeh
2021-06-30 00:40:48 -07:00
parent eb6552c83c
commit 8f1fc93a5e
+1
View File
@@ -29,6 +29,7 @@ def upload_route(path):
"--recursive=false",
"--overwrite=false",
"--exclude-pattern=*/dcamera.hevc",
"--exclude-pattern=*/*.mkv",
]
subprocess.check_call(cmd)