Changeset 35992 for main


Ignore:
Timestamp:
2022-01-11T22:15:07+13:00 (2 years ago)
Author:
davidb
Message:

Changes after testing

Location:
main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/08b-COPY-CSV-AND-AUDIO-FEATURES-TO-IMPORT_support.py

    r35990 r35992  
    240240     #esc_cutoff_endyear = 2021
    241241     
    242      src_csv_files.append("contestants-1956.cvs")
    243      src_csv_files.append(f"contestants-1957-to-{esc_cutoff_endyear}.cvs")
     242     src_csv_files.append("contestants-1956.csv")
     243     src_csv_files.append(f"contestants-1957-to-{esc_cutoff_endyear}.csv")
    244244     
    245245elif start_year is None :
    246      src_csv_files.append(f"contestants-1956-to-{end_year}.cvs")
     246     src_csv_files.append(f"contestants-1956-to-{end_year}.csv")
    247247
    248248elif end_year is None :
    249      src_csv_files.append(f"contestants-{start_year}-to-{esc_cutoff_endyear}.cvs")
     249     src_csv_files.append(f"contestants-{start_year}-to-{esc_cutoff_endyear}.csv")
    250250else:
    251      src_csv_files.append(f"contestants-{start_year}-to-{end_year}.cvs")
     251     src_csv_files.append(f"contestants-{start_year}-to-{end_year}.csv")
    252252
    253253
     
    268268         
    269269          print("  Copying: " + src_csv_filename + " => " + dst_csv_filename)
    270           shutil.copy(src_csv_filename,dst_filename)
    271 
    272 
     270          shutil.copy(src_csv_filename,dst_csv_filename)
     271
     272
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/PREPARE-ALL.sh

    r35983 r35992  
    5151    ./07b-GENERATE-ESSENTIA-FEATURES-DATA.sh \
    5252    && \
    53     ./08b-COPY-AUDIO-FEATURES-TO-IMPORT.py
     53    ./08b-COPY-CSV-AND-AUDIO-FEATURES-TO-IMPORT.sh
    5454fi
    5555
     
    5858    ./09-GEN-PROBLEM-LOD-LISTS.sh
    5959fi
     60
Note: See TracChangeset for help on using the changeset viewer.