Julien Langlois

Results 5 comments of Julien Langlois

I think the error might come from the list of steps in the _builder/vmware/iso/builder.go_ file. The `StepCreateSnapshot` is defined before the `StepUploadVMX` step. So if I understand the code correclty,...

Thank you for your feedback @reformstudios, we will review your proposal and decide if our team will be able to take that on.

Thanks for this contribution @emunoz-hampa! Do you think it would make sense to remove the `use_sgtk_as_menu_name` setting then? Do you see any difference with #112?

Thanks for this contribution @reformstudios! This PR is similar to #110. We will try to combine them both. It might be a good idea to remove the `use_sgtk_as_menu_name` setting then.

Hi @pmacdonald-falcons, thanks for reporting this issue. I am not sure I understand the problem. From what I know, the Toolkit logger uses the [Python logging module](https://docs.python.org/3.11/library/logging.html). And, according to...