You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes to log output (remove "Formatter" lines, fix order)
* Prefix "clang-format" to the Excluding lines rather than print
"Formatter darker (Python code formatter):" and
"Formatter clang-format (C/C++ code formatter):" Those formatter
lines were being printed even when there were no C++/Python files to
format.
* Capture stderr and then print it out, rather than let the subprocess
directly write it out. This ensures that output appears in the right
order when the script's output is buffered.
0 commit comments