mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
Had to change logic for appending -studio for Resolve due to tuple
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user