rsalmei / alive-progress

A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
MIT License
5.53k stars 206 forks source link

Remove "on: %d" before output #195

Closed RedStylzZ closed 2 years ago

RedStylzZ commented 2 years ago

Hey there,

would it be possible to add an option to remove the prefix "on %d" before a print message when using alive-progress? Or is there already an option? If yes I wasn't able to find it.

TheTechRobo commented 2 years ago

https://github.com/rsalmei/alive-progress#configurations

Use enrich_print=False

rsalmei commented 2 years ago

Hey @RedStylzZ,

Yes, it is clearly (?) there in the configurations:

enrich_print: [True] enriches print() and logging messages with the bar position

Thanks @TheTechRobo 👍

RedStylzZ commented 2 years ago

Oh wow, I'm sorry, thank you