From 0c8f7e218456b909dba9710157233fc1fc5762c1 Mon Sep 17 00:00:00 2001 From: f-peverali <112709306+f-peverali@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:05:48 +0200 Subject: [PATCH] test --- scripts/update_index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update_index.py b/scripts/update_index.py index 1dea19eb..31476b81 100644 --- a/scripts/update_index.py +++ b/scripts/update_index.py @@ -1,6 +1,8 @@ # This script works only for Technical correction updates, e.g. augmenting from 4.0.1 to 4.0.2. For Major or Minor updates, the script needs to be adjusted to handle the versioning correctly or it should be done manually. # This script is used in an action to update the index.html file with the latest data from IG-folder Version added to the IG Folder. Alternatively a Version for the update can be provided as an argument. +# Test updaet # todo remove + import os import sys import re