Skip to content

Commit

Permalink
Fix parameter filter issue at serial score analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 25, 2024
1 parent 06725ec commit c63c17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-script
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ do_bl_classification() {
}

do_serial_score() {
PARAMS=$(filter_params "bk-classification")
PARAMS=$(filter_params "serial-score")
log "log file: ${LOG_DIR}/serial-score.log"
run serial-score
./serial-score --defaultRecordType BOOKS \
Expand Down

0 comments on commit c63c17c

Please sign in to comment.