Skip to content

Hotfix for Pathlib outputs

Henrik Stooss requested to merge hotfix_pathlib into main

When AnalysisBase is given a Pathlib object as ouptut, it will break at the point where fname.endswith is used.

So we either convert patlib obj's to strings (like in this MR), or convert strings to pathlib objs and use fname.suffix() instead of fname.endswith()

PR Checklist

  • Docs?
  • Issue raised/referenced?
Edited by Henrik Stooss

Merge request reports