In the Traceback when an error is raised, the line where this exception happens is clickable, which is hyperlinked to the .py file. However, when using Python 3.11 ...
/root/testfile1: file.managed: - source: salt://prod/voip/root/testfile1 echo_stuff: cmd.run: - cwd: / - name: echo hello_world - require: - file: /root/testfile1 ...