Had to change logic for appending -studio for Resolve due to tuple

This commit is contained in:
J-Doiron
2025-12-10 12:02:50 -08:00
parent 621da6c316
commit 4408a583c6

View File

@@ -152,7 +152,10 @@ def main():
elif args.app == "resolve":
test = "Davinci Resolve Studio"
if version is None:
full_version, trimmed_version = get_davinci_version() + "-studio"
full_version, trimmed_version = get_davinci_version()
if full_version and trimmed_version:
full_version += "-studio"
trimmed_version += "-studio"
try:
start_time, end_time = run_benchmark(