AtlasGeoModel: Tolerate potential races.
If multiple jobs are running, there may be a race between
if not os.path.exists("Geometry"):
and
os.mkdir("Geometry")
Ignore errors from the mkdir if the file already exists.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
If multiple jobs are running, there may be a race between
if not os.path.exists("Geometry"):
and
os.mkdir("Geometry")
Ignore errors from the mkdir if the file already exists.