pydoit / doit

CLI task management & automation tool
http://pydoit.org
MIT License
1.84k stars 175 forks source link

Added __repr__ to the config_changes and result_dep classes. #466

Open abingham opened 3 months ago

abingham commented 3 months ago

I added some basic __repr__ implementations to the config_changed and result_dep classes. I needed a nicer representation for these so that I could better understand the output of the info command.

If these particular implementations aren't acceptable for some reason, let me know what you'd prefer.