We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c233eb9 commit 585b567Copy full SHA for 585b567
DATA/tools/epn/gen_topo_o2dpg.sh
@@ -2,7 +2,6 @@
2
3
# Some defaults
4
[[ -z "$GEN_TOPO_STDERR_LOGGING" ]] && export GEN_TOPO_STDERR_LOGGING=1 # Enable logging of stderr messages
5
-[[ -z "$IS_SIMULATED_DATA" ]] && export IS_SIMULATED_DATA=0 # by default we are processing raw data
6
7
# Check settings coming from AliECS via env variables
8
if [[ -z "$GEN_TOPO_HASH" ]]; then echo \$GEN_TOPO_HASH missing; exit 1; fi # Flag whether source is a hash or a folder
0 commit comments