Changeset 35949 for main/trunk


Ignore:
Timestamp:
2022-01-11T10:22:12+13:00 (2 years ago)
Author:
davidb
Message:

Now calls the python script directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/07a-DOWNLOAD-SPOTIFY-LOD-DATA.sh

    r35944 r35949  
    7070   date >> 07a-DOWNLOAD-runtime-log-$$.txt
    7171
    72    cd "$prep_dir" && ./RUN.sh $ttl_file $* && cd ..
     72   # cd "$prep_dir" && ./RUN.sh $ttl_file $* && cd ..
    7373
     74   ttl_file="cached--esc-mir-gold-rdf.ttl"
     75
     76   cd "$prep_dir" \
     77       &&  python3 -u ./eurosparqlify.py \
     78           --musicbrainz \
     79           --data-out esc-mir-gold-data.out \
     80           --mapping-out esc-mir-gold-mapping.out \
     81           --rdf-out $ttl_file \
     82           $* \
     83       && cd ..
     84
     85   
    7486   if [ $? != 0 ] ; then
    7587       echo "!!!!" 1>&2
Note: See TracChangeset for help on using the changeset viewer.