Skip to content

Commit

Permalink
Do not set IS_SIMULATED_DATA in gen_topo_o2dpg.sh, its value is set i…
Browse files Browse the repository at this point in the history
…n setenv.sh depending on the runtype
  • Loading branch information
davidrohr committed Sep 11, 2024
1 parent de867bb commit 52e6e11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DATA/tools/epn/gen_topo_o2dpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52e6e11

Please sign in to comment.