스크립트 줄 바꿈 형식
All checks were successful
Run Report Table / run-script (push) Successful in 25s

This commit is contained in:
kyy
2025-09-05 13:43:31 +09:00
parent c51523d5cd
commit ba99c722c6
2 changed files with 2 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ TS="$(date +%Y%m%d_%H%M%S)"
LOG_FILE="${LOG_DIR}/report_${ABSOLUTE_RANGE}_${TS}.log"
(cd src && python3 -m report_table \
--range "${ABSOLUTE_RANGE}") \
--range "${ABSOLUTE_RANGE}") \
>> "${LOG_FILE}" 2>&1
echo "[OK] Started background job."