diff --git a/pype/hosts/maya/__init__.py b/pype/hosts/maya/__init__.py index 6eeed8cef01..124ecc744f4 100644 --- a/pype/hosts/maya/__init__.py +++ b/pype/hosts/maya/__init__.py @@ -226,6 +226,9 @@ def on_task_changed(*args): lib.set_context_settings() lib.update_content_on_context_change() - lib.show_message("Context was changed", - ("Context was changed to {}".format( - avalon.Session["AVALON_ASSET"]))) + lib.show_message( + "Context was changed", + "Context was changed to {}/{}".format( + avalon.Session["AVALON_ASSET"], avalon.Session["AVALON_TASK"] + ) + )