tamland / kodi-plugin-routing

A routing module for kodi plugins
GNU General Public License v3.0
40 stars 12 forks source link

Fix an issue where sys.argv[1] does not exist #16

Closed dagwieers closed 5 years ago

dagwieers commented 5 years ago

We encountered this issue (in emilsvennesson/script.module.inputstreamhelper#91) and this fixes it.

tamland commented 5 years ago

The linter you added didn't like this:\

dagwieers commented 5 years ago

Just a trailing whitespace. Another proof the sanity checks pay off ;-)

dagwieers commented 5 years ago

Can we expect a new release with this fix ?