Forgot to change to a tuple on davinci

This commit is contained in:
J-Doiron
2025-12-10 11:54:56 -08:00
parent ff03f22fe2
commit 721503f045

View File

@@ -211,7 +211,7 @@ def get_premierepro_version() -> tuple[str, str]:
return None, None
def get_davinci_version() -> str:
def get_davinci_version() -> tuple[str, str]:
"""Get the current installed Davinci Resolve Studio version string."""
path = r"C:\Program Files\Blackmagic Design\DaVinci Resolve\Resolve.exe"
if not os.path.exists(path):