From 2dec29ad3e7064061cb26f912ae9135ba97ec573 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 29 Dec 2020 11:31:19 +0100 Subject: [PATCH] call print report on start --- pype/tools/tray/pype_tray.py | 3 +++ 1 file changed, 3 insertions(+) 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")