#8 typo in taskotron-trigger setup.py breaks the installed jobrunner executable
Closed: Fixed None Opened 9 years ago by tflink.

The taskotron-trigger setup.py contains
'console_scripts': ['jobrunner=jobstriggers.jobrunner:main']

However, the module is jobtriggers and not jobstriggers so an ImportError is raised when the executable is run.


Closed by commit rTRGRbf974395ed40.

Login to comment on this ticket.

Metadata