Unverified Commit 4608a5b2 authored by Vincent QB's avatar Vincent QB Committed by GitHub
Browse files

use underscore in python filenames (#1222)

parent 828df46a
......@@ -37,7 +37,7 @@ if [ "${status}" -ne 0 ]; then
fi
printf "\x1b[34mRunning clang-format:\x1b[0m\n"
"${this_dir}"/run-clang-format.py \
"${this_dir}"/run_clang_format.py \
-r torchaudio/csrc \
--clang-format-executable "${clangformat_path}" \
&& git diff --exit-code
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment