Skip to content

Generator verbosity setting needed? #270

@MuellerSeb

Description

@MuellerSeb

We have a verbose property in the generators, that only controls a single print statement.

I think we shouldn't have print statements in the code, so we have two options:

  1. remove the verbose argument and property from the generators and remove the print statement
  2. use the python logging library (this would also mean verbosity will be set by the logger configuration)

Since we only have a single print statement at the moment I am in favor of option 1.

Metadata

Metadata

Assignees

Labels

RefactoringCode-Refactoring needed here

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions