This line fails if you try to run over a job that someone else already created. https://github.com/valeriupredoi/bgcval2/blob/965de2071feed333c024c0e2af6271a04b98eeb0/bgcval2/download_from_mass.py#L412 Same issue for this line: https://github.com/valeriupredoi/bgcval2/blob/main/bgcval2/download_from_mass.py#L480 ``` outfile.write(download_script_txt) ``` Trying to overwrite a file that someone else owns.
This line fails if you try to run over a job that someone else already created.
bgcval2/bgcval2/download_from_mass.py
Line 412 in 965de20
Same issue for this line:
https://github.com/valeriupredoi/bgcval2/blob/main/bgcval2/download_from_mass.py#L480
Trying to overwrite a file that someone else owns.