Skip to content

Commit

Permalink
Merge pull request #410 from BigRoy/enhancement/maya_validate_workspace
Browse files Browse the repository at this point in the history
Maya: Validate Maya Workspace fix report not formatting the root dir variable
  • Loading branch information
iLLiCiTiT authored Apr 11, 2024
2 parents 440e05f + 79abe05 commit 7f824f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ def process(self, context):
raise PublishValidationError(
"Maya workspace is not set correctly.\n\n"
f"Current workfile `{scene_name}` is not inside the "
"current Maya project root directory `{root_dir}`.\n\n"
f"current Maya project root directory `{root_dir}`.\n\n"
"Please use Workfile app to re-save."
)

0 comments on commit 7f824f4

Please sign in to comment.