Skip to content

Commit

Permalink
library import stuff in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SpitfireX committed Oct 15, 2024
1 parent efa31cc commit ee2a599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ discoursemes:

library:
. venv/bin/activate && \
export CWB_CADS_CONFIG=${config} && \
flask --app cads library import-library --lib_dir ${library}
export CWB_CADS_CONFIG=cfg.DevConfig && \
flask --app cads library import-library --corpus_id 1 --lib_dir "tests/library/"

examples: init corpora discoursemes

Expand Down

0 comments on commit ee2a599

Please sign in to comment.