Skip to content

Commit

Permalink
Update client/ayon_core/hosts/max/plugins/publish/validate_instance_i…
Browse files Browse the repository at this point in the history
…n_context.py

Co-authored-by: Roy Nieterau <[email protected]>
  • Loading branch information
moonyuet and BigRoy authored Apr 3, 2024
1 parent 0f77c17 commit 8ebb526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def process(self, instance):
context_label = "{} > {}".format(*context)
instance_label = "{} > {}".format(folderPath, task)
message = (
"Instance '{}' publishes to different context(folder or task) "
"Instance '{}' publishes to different folder or task "
"than current context: {}. Current context: {}".format(
instance.name, instance_label, context_label
)
Expand Down

0 comments on commit 8ebb526

Please sign in to comment.