FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
801 stars 137 forks source link

Now preserving leading whitespaces in stderr and stdout of subprocesses #404

Closed zapta closed 2 months ago

zapta commented 2 months ago

Now preserving leading whitespace in stderr and stdout of subprocesses. This improved readability in tools output that include indentation. Also, fixed a lint warning in main.py.

apio lint output before:

image

apio lint output now:

image