We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d453ae3 commit 54103d4Copy full SHA for 54103d4
DATA/tools/parse
@@ -165,7 +165,7 @@ for line in f:
165
odccommand += ' ' + os.environ['GEN_TOPO_ODC_EPN_TOPO_ARGS']
166
if reconodes:
167
replacestring = ''
168
- dd_env_variables = ['DD_DISK_FRACTION']
+ dd_env_variables = ['DD_DISK_FRACTION', 'EPN_DD_TEST', 'EPN_DD_TEST_2', 'EPN_DD_TEST_3']
169
for i in dd_env_variables:
170
if i in os.environ:
171
replacestring += ' ' + i + '=' + os.environ[i]
0 commit comments