databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

Initial logging message about a stage is a bit odd #197

Closed vreuter closed 8 months ago

vreuter commented 1 year ago

isinstance(stage, Stage) --> print("Running stage: {}".format(stage) yields something like "Running stage: Stage: ..."