diff --git a/pype/tools/tray/pype_tray.py b/pype/tools/tray/pype_tray.py index 1fec95906d..c27df16276 100644 --- a/pype/tools/tray/pype_tray.py +++ b/pype/tools/tray/pype_tray.py @@ -55,6 +55,9 @@ class TrayManager: # Tell each module which modules were imported self.modules_manager.start_modules() + # Print time report + self.modules_manager.print_report() + def _add_version_item(self): subversion = os.environ.get("PYPE_SUBVERSION") client_name = os.environ.get("PYPE_CLIENT")