exclude raw logger files from upload

old-commit-hash: 8f1fc93a5e69dfa55ae4f45dfb1256e918424b41
This commit is contained in:
Adeeb Shihadeh
2021-06-30 00:40:48 -07:00
parent 0385f695f8
commit 59d54b2bfc
+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)