mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
fix exclude pattern
old-commit-hash: 472442111b6077ff758ad9e46828c7c97925927b
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user