From 4618fa6d12ead228c1d3d117da74ed1df44ddc6f Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 23 Oct 2019 10:23:25 +0200 Subject: [PATCH] fix(burnins): wrong name of variable --- pype/scripts/otio_burnin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/scripts/otio_burnin.py b/pype/scripts/otio_burnin.py index b849113fe5..ad2e59fc96 100644 --- a/pype/scripts/otio_burnin.py +++ b/pype/scripts/otio_burnin.py @@ -329,7 +329,7 @@ def burnins_from_data(input_path, output_path, data, overwrite=True): return text = preset['text'].format(**data) burnin.add_text(text, align) - elif bi_fun == "datetime": + elif bi_func == "datetime": date_format = preset["format"] burnin.add_datetime(date_format, align)