Skip to content

Commit

Permalink
Update vocImporterMachineLearning.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fdechaumont committed Oct 20, 2022
1 parent cdf91c7 commit bf24056
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LMT/USV2/importer/vocImporterMachineLearning.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,10 @@ def getAllUSVSeq( connection ):
for number in numberList:

if not number in USVSeqDic:
print( "Warning: they key #" , number , "does not exist in wav files.")
print( "Warning: they key #" , number , "has a problem. (usv seq number not in database or problem with wav file not processed)")
print( "Check if USV seq has been correctly recorded in the database.")
inputFile("continue")
input("enter to continue")
continue


# retreive database USV seq
Expand Down

0 comments on commit bf24056

Please sign in to comment.