From 82c5c84a977f2c035e095bf0276d3a162f17f1f9 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 20 Jan 2023 17:02:11 -0500 Subject: [PATCH] Print command used to launch conda constructor. --- build_installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build_installer.py b/build_installer.py index ad32876..d1ee9c7 100755 --- a/build_installer.py +++ b/build_installer.py @@ -152,6 +152,7 @@ if __name__ == "__main__": + constructor_args ) + print(" ".join(map(str, constructor_cmdline))) proc = subprocess.run(constructor_cmdline) try: