From 585b567b67c61cb9c975ff95200d4f3dbeac7675 Mon Sep 17 00:00:00 2001 From: David Rohr Date: Wed, 11 Sep 2024 09:05:13 +0200 Subject: [PATCH] Do not set IS_SIMULATED_DATA in gen_topo_o2dpg.sh, its value is set in setenv.sh depending on the runtype --- DATA/tools/epn/gen_topo_o2dpg.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/DATA/tools/epn/gen_topo_o2dpg.sh b/DATA/tools/epn/gen_topo_o2dpg.sh index de76d5f10..7edcf987c 100755 --- a/DATA/tools/epn/gen_topo_o2dpg.sh +++ b/DATA/tools/epn/gen_topo_o2dpg.sh @@ -2,7 +2,6 @@ # Some defaults [[ -z "$GEN_TOPO_STDERR_LOGGING" ]] && export GEN_TOPO_STDERR_LOGGING=1 # Enable logging of stderr messages -[[ -z "$IS_SIMULATED_DATA" ]] && export IS_SIMULATED_DATA=0 # by default we are processing raw data # Check settings coming from AliECS via env variables if [[ -z "$GEN_TOPO_HASH" ]]; then echo \$GEN_TOPO_HASH missing; exit 1; fi # Flag whether source is a hash or a folder