caggle / vautomator

Iterative automation of common VA tasks using functional programming.
1 stars 3 forks source link

Fix debug output #4

Closed caggle closed 6 years ago

caggle commented 6 years ago

If the tool is run with "--verbose" flag, the program is supposed to print out all tool output as the tasks are run.

Currently this is done however in an ugly manner (output converted to str and printed out). Make it so the output is properly formatted / pretty-printed to stdout.

caggle commented 6 years ago

Fixed as per commit https://github.com/caggle/vautomator/commit/c730c7e110a38ebfe04a5e7850e85a1445bd3e31