Print command used to launch conda constructor.

This commit is contained in:
Ryan Volz 2023-01-20 17:02:11 -05:00
parent d8882f782a
commit 82c5c84a97
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ if __name__ == "__main__":
+ constructor_args
)
print(" ".join(map(str, constructor_cmdline)))
proc = subprocess.run(constructor_cmdline)
try: