Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 576
    • Issues 576
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 151
    • Merge requests 151
  • 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
  • Bliss
  • blissbliss
  • Issues
  • #2808
Closed
Open
Created Jun 08, 2021 by Valentin Valls@valentin.vallsOwner

Regulation plot is failing with an exception

When FLint is closed before the regulation loop, the loop fail with an exception due to a wrong use of the log API.

                  Traceback (most recent call last):
                    File "src/gevent/greenlet.py", line 906, in gevent._gevent_cgreenlet.Greenlet.run
                    File "/home/pguillou/bliss/bliss/common/regulation.py", line 2111, in run
                      log_debug(self, "Error while plotting the data", exc_info=True)
                  TypeError: log_debug() got an unexpected keyword argument 'exc_info'
Assignee
Assign to
Time tracking