Skip to content

Fix tutorial script that fetches h5 files

Lucio Derin requested to merge lderin/salt:fix-tutorial-h5script into main

Description

Fixed the tutorial script that fetches h5 files: the destination path was stored in the variable DIR_TUTORIAL_DATA but was then referred to as TUTORIAL_DATA, making the script crash. I modified the variable name in the declaration to TUTORIAL_DATA to solve the problem.

Review checklist:

  • CI Passing
  • Comments addressed
  • Source branch is up to date with target

Merge request reports