What’s new in PyEsoRex 1.0.2

PyEsoRex 1.0.2 is a bug fix release.

Added

  • Add error location summary to terminal output when PyEsoRex exits with an error. (pyesorex!26)

  • Add tests for parameterless recipes. (pyesorex!18)

Changed

  • For compatibility with EsoRex support writing configuration files without file name extension. (pyesorex!27)

  • Make parsing the arguments to the command line option –create-config compatible with EsoRex, i.e. –create-config=<filename> <recipename> saves the recipe configuration and not the PyEsoRex configuration. (pyesorex!29)

Fixed

  • Fixed failing pyesorex -man-page when run through subprocess.run. (pyesorex!23)

  • Fixed handling of recipes which do not have parameters. (pyesorex!18, pyesorex!19, pyesorex!22)

  • Fixed recipe man page not displayed due to a TypeError exception occurring for non-string type enumeration parameters. (pyesorex!20)