Recipe.call_script: script.split fix
If the script was r'C:\someDirectory\someFile.py:someFunction', splitting it would raise an exception The correct way to spli the filename and the callable would be to rsplit(':', 1)
Showing
Please register or sign in to comment