pentaho-labs / pentaho-cpython-plugin

This is a PDI plugin that allows execution of Python code.
Apache License 2.0
32 stars 19 forks source link

can't reference python script relative path on file based repository #24

Open leandrohmvieira opened 6 years ago

leandrohmvieira commented 6 years ago

pdi version: 8.1 system OS: windows 10 plugin version: 1.4

I have a directory like this:

But when i try to build a relative path like:

${Internal.Entry.Current.Directory}/python/python_script.py

i get the error !RScriptExecutorData.Error.ScriptFileDoesNotExist!

There is any way to workaround this?