From e70be13d9650c6c28239cb1578c06751c5e670c5 Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Wed, 22 Mar 2023 20:00:59 +0800 Subject: [PATCH] hound fix --- openpype/hosts/max/api/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/max/api/lib.py b/openpype/hosts/max/api/lib.py index 577dc6e99d..ac1d158792 100644 --- a/openpype/hosts/max/api/lib.py +++ b/openpype/hosts/max/api/lib.py @@ -186,7 +186,7 @@ def reset_scene_resolution(): Returns: None """ - data = ["data.resolutionWidth","data.resolutionHeight"] + data = ["data.resolutionWidth", "data.resolutionHeight"] project_resolution = get_current_project(fields=data)["data"] project_resolution_data = project_resolution["data"] asset_resolution = get_current_project_asset(fields=data)["data"]