Skip to content

Add exists_ok to mkdir

Gregory Ashton requested to merge utils-improvement into master

Cherry picked results from !905 (merged):

  • Add the exist_ok=True flag to mkdirs resolving errors caused when the directory is created before it is written (common on large-scale HTC runs).

Merge request reports