Skip to content

wrong logging retrieval code #556

Description

@lipengyuan1994

if self.error is not None:

should be changed to

        if self._logger.error is not None:
            raise self._logger.error

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions