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:
parent
22d1bf5dd1
commit
fcf773c003
@ -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])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user