Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Nov 6, 2023
1 parent a7860a7 commit 2938bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/retrieveSoftwareOricOrg.py
Original file line number Diff line number Diff line change
@@ -1040,8 +1040,8 @@ def manage_download(tsoftware, download_file, download_platform, download_label,
utils_number_of_db_part = 1
write_db_file_v2("Write utils_db/nb v2 : .db ", nb_of_utils_v2, utils_number_of_db_part, destlauncher + "/" +basic_utils_db_v2, utils_db_str)

unsorted_number_of_db_part = 1
write_db_file_v2("Write unsorted_db/nb v2 : .db ", nb_of_unsorted_v2, unsorted_number_of_db_part, destlauncher + "/" +basic_unsorted_db_v2, unsorted_db_str)
# unsorted_number_of_db_part = 1
# write_db_file_v2("Write unsorted_db/nb v2 : .db ", nb_of_unsorted_v2, unsorted_number_of_db_part, destlauncher + "/" +basic_unsorted_db_v2, unsorted_db_str)

music_number_of_db_part = 1
write_db_file_v2("Write basic_music_db/nb v2 : .db ", nb_of_music_v2, music_number_of_db_part,destlauncher + "/"+ basic_music_db_v2, music_db_str)

0 comments on commit 2938bdc

Please sign in to comment.