Skip to content

logger.py #3

Description

@deadblackhole

Hello,
In logger.py, the filename() function may contain a bug on line 53:
verbosity(5)
This line attempts to call verbosity as a function, but verbosity is defined as a global integer variable (line 7: verbosity = 1).

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions