This commit is contained in:
Emmanuel 2023-02-28 18:30:00 +01:00
parent e9e37d747a
commit 3269afe03a

View file

@ -163,9 +163,9 @@ async function downloadDataset(
cd("..")
await $`rm ${archiveName}`
}
return (newDatasetVersionsCount = 0
return newDatasetVersionsCount === 0
? 10 // No new version of dataset has been added to git repository.
: 0)
: 0
}
sade("download_dila_dataset <dataset> <dilaDir>", true)