Skip to content

Commit

Permalink
Update client/ayon_max/hooks/pre_copy_mxp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Nieterau <[email protected]>
  • Loading branch information
moonyuet and BigRoy authored Jul 12, 2024
1 parent 2124951 commit 0b371e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ayon_max/hooks/pre_copy_mxp.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def execute(self):
max_setting = self.data["project_settings"]["max"]
enabled_project_creation = max_setting.get("enabled_project_creation")
if not enabled_project_creation:
self.log.warning("3dsmax project creation is not enabled. "
"Skipping creating workspace.mxp to workdir.")
self.log.debug("3dsmax project creation is not enabled. "
"Skipping creating workspace.mxp to workdir.")
return
mxp_workspace = max_setting.get("mxp_workspace")
# Ensure the hook would not cause possible error
Expand Down

0 comments on commit 0b371e7

Please sign in to comment.