Skip to content

Print() statement leftovers #467

@israelmcmc

Description

@israelmcmc

It seems there are some print() statements which should be replaced with

import logging
logger = logging.getLogger(__name__)

logger.info() # Instead of print()

These were found by Maíra

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions