Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
arthw committed Nov 7, 2024
1 parent 31ae2c0 commit a60db99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/filter-doc-log.sh
Original file line number Diff line number Diff line change
@@ -33,8 +33,7 @@ fi

if [ -s "${LOG_FILE}" ]; then
echo "run $KI_SCRIPT"
python -V
$KI_SCRIPT --config-dir ${CONFIG_DIR} ${LOG_FILE} -o ${BUILDDIR}/doc.warnings 2>&1
$KI_SCRIPT --config-dir ${CONFIG_DIR} ${LOG_FILE} -o ${BUILDDIR}/doc.warnings
if [ -s ${BUILDDIR}/doc.warnings ]; then
echo
echo -e "${red}New errors/warnings found, please fix them:"

0 comments on commit a60db99

Please sign in to comment.