-
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
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)