commit 8789500e506366e9f316e4c8dd659918e99d650c
parent 40063e8cb20409c53ef5a3adcd7ecfcc3811e1fa
Author: rob <rob@tarina.org>
Date: Thu, 26 Oct 2023 20:31:05 +0100
n00b
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py
@@ -866,7 +866,7 @@ def main():
pshots=int(scenesshots.split('|')[1])
#to not throw away empty shots, make placeholders
for sc in range(pscenes):
- for i in range(pshot):
+ for i in range(pshots):
run_command('touch ' + filmfolder + filmname + '/scene' + str(sc).zfill(3) + '/shot' + str(i).zfill(3) + '/.placeholder')
#SHOWTARINACTRL
if recordwithports: