jwons / raas

MIT License
2 stars 0 forks source link

If two scripts have the same name in different directories the provenance for one will overwrite the other #27

Closed jwons closed 3 years ago

jwons commented 3 years ago

Could be fixed by making a dictionary with filenames mapped to a number in get_dataset_provenance.R, and append a number to the end of the provdir name, and if we encounter a script with the same name, increment the number in the dict.

jwons commented 3 years ago

Fix pushed to freeze-fixes