Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L Lima-tango-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LimaGroupLimaGroup
  • Lima-tango-python
  • Merge requests
  • !93

Robustness on entry point module loading

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Valentin Valls requested to merge entry-point-load into master Jul 29, 2022
  • Overview 0
  • Commits 4
  • Pipelines 4
  • Changes 1

This patch add some robustness to the loading of the extra camera defined by the setuptool entry points.

  • Use the same logging behaviour for camera and plugins
  • Catch any exception, and not only ImportError

For some reason, during the update from BLISS 1.9 to 1.10, i have to deal with pkg_resources.DistributionNotFound, for optional cameras.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: entry-point-load