Xrun python script in Ubuntu not working

Hi,

I am trying to run a simple Python script that creates a file. If I run it from the command line it works correctly. However, when I use Ui.Vision Xrun command it doesn’t give an errors but no file is created.

Xrun| python3 | /home/neoedbot/python_scripts/update_list_files.py

The file has execute permissons set for all.

What version of Ubuntu are you using?

I am using version 24.04. For the target I also tried /usr/bin/python3.