Skip to content

logger.py #3

@deadblackhole

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).

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