Skip to content

Commit 0944d9d

Browse files
committed
read SEND_INSTALLATION_STATISTICS from connfig
1 parent 3f29884 commit 0944d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/constants/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __getSendStatistics():
109109
ON = 'ON'
110110
OFF = 'OFF'
111111
CONFIG_DEFAULT_VALUES = {
112-
__SEND_INSTALLATION_STATISTICS: __getSendStatistics(),
112+
__SEND_INSTALLATION_STATISTICS_ENV: __getSendStatistics(),
113113
CMAKE: None,
114114
CUDA: ON,
115115
MPI: ON,
@@ -135,4 +135,4 @@ def __getSendStatistics():
135135
}
136136

137137
# Do not pass this variables to CMake, only for installer logic
138-
INTERNAL_LOGIC_VARS = [__SEND_INSTALLATION_STATISTICS, CMAKE]
138+
INTERNAL_LOGIC_VARS = [__SEND_INSTALLATION_STATISTICS_ENV, CMAKE]

0 commit comments

Comments
 (0)