How to disable warning message when starting as Python script

Hi @Ruben,

Thanks for posting!

You can toggle the warning by setting showWarningOnDirectExecution = false.

:thread: Related thread: How to suppress warning during direct python running?

Caroline :balloon: