CopyFileError

exception hep_rfm.CopyFileError(ipath, opath, stderr)[source]

Define an error to be raised when copying a file. Build the class with the path to the input and output files.

Parameters:
  • ipath (str) – path to the input file.
  • opath (str) – path to the output file.
  • stderr (str) – error output from a subprocess call.