Skip to content

Commit

Permalink
Message when converting csvs of pathologies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanKarab committed Nov 3, 2020
1 parent 80e6c15 commit cb778ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def main():
if args.pathologies != None:
pathologiesToConvert = args.pathologies.split(",")
pathologiesList = list(set(pathologiesList) & set(pathologiesToConvert))
print (pathologiesList)
print ("Converting csvs for pathologies: " + ",".join(pathologiesList))

# Create the datasets db for each pathology
for pathologyName in pathologiesList:
Expand Down

0 comments on commit cb778ee

Please sign in to comment.