JobCatcher icon indicating copy to clipboard operation
JobCatcher copied to clipboard

Jobcatcher is blocked when there is an error in a Jobboard class

Open yoannsculo opened this issue 11 years ago • 0 comments

Traceback (most recent call last):
  File "jobcatcher.py", line 1261, in <module>
    executeall(configs, selecteduser)
  File "jobcatcher.py", line 1000, in executeall
    downloadfeeds(conf, selecteduser)
  File "jobcatcher.py", line 1032, in downloadfeeds
    plugin = utilities.loadJobBoard(jobboardname, conf)
  File "/home/yoann/dev/perso/JobCatcher/utilities.py", line 175, in loadJobBoard
    'jobboards.%s' % jobboardname
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named cadresonline

It should not be blocking.

yoannsculo avatar Nov 22 '13 15:11 yoannsculo