• Guy Rozendorn's avatar
    Recipe.call_script: script.split fix · 61fb1a0a
    Guy Rozendorn authored
    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)
    61fb1a0a
__init__.py 8.26 KB