Skip to content

Commit 7188399

Browse files
authored
fixed missing download_dir parameter
1 parent cc95399 commit 7188399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static_ffmpeg/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def get_or_fetch_platform_executables_else_raise(
7171
try:
7272
with lock.acquire():
7373
return _get_or_fetch_platform_executables_else_raise_no_lock(
74-
fix_permissions=fix_permissions
74+
fix_permissions=fix_permissions,
75+
download_dir=download_dir
7576
)
7677
except Timeout:
7778
sys.stderr.write(

0 commit comments

Comments
 (0)