MakeDirsError

exception hep_rfm.MakeDirsError(target, stderr)[source]

Error to be displayed when failing making directories. Provide the path to the target and the error output.

Parameters:
  • target (str) – path to the target.
  • stderr (str) – error output from a subprocess call.