Copy, don't move natura.tiff to resources

Preventing problems when parallel processes attempt to move the same
file to different resources directories.
This commit is contained in:
Koen van Greevenbroek 2024-03-19 08:28:14 +00:00
parent 22d1bf5dd1
commit fcf773c003

View File

@ -115,7 +115,7 @@ if config["enable"]["retrieve"] and config["enable"].get(
mem_mb=5000,
retries: 2
run:
move(input[0], output[0])
copyfile(input[0], output[0])
validate_checksum(output[0], input[0])