Skip to content

Commit

Permalink
Fix bug with file path
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 19, 2024
1 parent c9a9efc commit c16e5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-workbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mv ../*.csv input_data/

# if we had linked agents with additional metadata
# run that job first
if [ -f target.agents.csv ]; then
if [ -f input_data/target.agents.csv ]; then
python3 workbench --config configs/terms.yml

# fail the job if workbench logged any errors
Expand Down

0 comments on commit c16e5df

Please sign in to comment.