Skip to content

Make use of stdout for statement "Ignoring autotools template ..."

Max requested to merge 1Maxnet1/linuxphoneapps.frama.io:make-use-of-stdout into main

I would propose to change this print statement to stdout as this is not an error one would want to fix in my opinion, so it is just an information.

This comes in handy for me as I can now redirect stdout to separate the errors from the informative print statements:

python ./checkers/check_via_appstream.py check ./content/apps 2>&1 >/dev/null  
Edited by Max

Merge request reports