Changeset 35894 for main/trunk


Ignore:
Timestamp:
2022-01-06T11:17:11+13:00 (2 years ago)
Author:
davidb
Message:

Changed to actually now do the file copy

File:
1 edited

Legend:

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

    r35889 r35894  
    221221          src_json_file = src_af_lookup[af_nul_file]
    222222          dst_json_file = import_file.replace(".nul","-Essentia.json")
     223          dst_assoc_json_file = import_file.replace(".nul","-AssocEssentia.json")
    223224
    224225          print("  Copying: " + src_json_file + " => " + dst_json_file)
    225           # shutil.copy(src_json_file,dst_json_file)
    226          
    227 
     226          shutil.copy(src_json_file,dst_json_file)
     227
     228          print("  Copying: " + src_json_file + " => " + dst_assoc_json_file)
     229          shutil.copy(src_json_file,dst_assoc_json_file)
     230                   
     231
Note: See TracChangeset for help on using the changeset viewer.