From c4020157bc17e385afdbf1b8d4eb14a80b633dd6 Mon Sep 17 00:00:00 2001 From: w Date: Tue, 13 Oct 2020 17:36:01 -0700 Subject: [PATCH] Add script param to docstring --- Chunks/chunk_queue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Chunks/chunk_queue.py b/Chunks/chunk_queue.py index 6741ce2..bbfe5c3 100644 --- a/Chunks/chunk_queue.py +++ b/Chunks/chunk_queue.py @@ -150,6 +150,7 @@ def create_video_queue_vs(args: Args, split_locations: List[int], script: str) - :param args: the Args :param split_locations: a list of frames to split on + :param script: source filter script to use with vspipe (ignored with vs input) :return: A list of chunks """ # add first frame and last frame