From 3ae91104f529fd3ec46c032c548bbeafe4f63d84 Mon Sep 17 00:00:00 2001 From: tin2tin Date: Mon, 20 Mar 2023 20:38:20 +0100 Subject: [PATCH] Update __init__.py --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 2e9290c..9f06915 100644 --- a/__init__.py +++ b/__init__.py @@ -65,8 +65,8 @@ class SequencerImportMovieOperator(Operator): try: subprocess.call([pybin, "-m", "ensurepip"]) except ImportError: - pass - + pass + subprocess.check_call( [ pybin,